]> git.parisson.com Git - teleforma.git/commitdiff
fix color
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 15:40:39 +0000 (17:40 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 15:40:39 +0000 (17:40 +0200)
teleforma/templates/telemeta/base.html

index 886ffc00f5e684e6a21957869e11d54018cf3349..1307647947122484b7fdef0282ee3b80e4d2bb17 100644 (file)
@@ -91,7 +91,7 @@ alt="logo" />
 {% if user.is_authenticated %}
 
 {% if periods|length > 1 %}
-    <li><a href="#desk#" class="red">&nbsp;{% trans "Desk" %}&nbsp;</a>
+    <li><a href="#desk#" class="orange">&nbsp;{% trans "Desk" %}&nbsp;</a>
       <ul>
        {% for period in periods %}
         <li><a href="{% url teleforma-desk-period-list period.id %}" class="orange">{{ period.name }}</a></li>