Commit 4f12f4bc authored by delanoe's avatar delanoe

[FIX] Logo color (back home) adapted to the css.

parent d908277d
...@@ -77,7 +77,8 @@ def logo(request): ...@@ -77,7 +77,8 @@ def logo(request):
if group == "cnrs": if group == "cnrs":
color = "#093558" color = "#093558"
else: else:
color = "#ff8080" # color of the css adapted to the logo
color = "#AE5C5C"
svg_data = template.render(Context({\ svg_data = template.render(Context({\
'color': color,\ 'color': color,\
})) }))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment