Skip to content
Snippets Groups Projects
Commit 50680ac2 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

add color for tab navigation

parent f3089668
No related branches found
No related tags found
No related merge requests found
Pipeline #28731 passed
......@@ -16,11 +16,7 @@
<a href="{{ item.link }}">{{ item.name }}</a>
</li>
{% endfor %}
{% if include.header == "download" %}
<li class="menu-item current-menu-item download">
{% else %}
<li class="menu-item download">
{% endif %}
<a href="/html/get-frama-c.html">Download</a>
</li>
</ul>
......
......@@ -529,6 +529,12 @@ div#wpadminbar:hover div#wp-toolbar {
padding: 10px;
display: block;
}
a:focus {
color: #f36521 !important;
border: 1px dotted #f36521 !important;
}
.siteHeader nav li.current-menu-item a {
color: #000;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment