Skip to content

Commit

Permalink
fix: Increase menu bar contrast (#6115)
Browse files Browse the repository at this point in the history
Fixes #6112, #6113
  • Loading branch information
larseggert committed Aug 10, 2023
1 parent 4bffde1 commit d0f9738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ietf/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}">
{% analytical_body_top %}
<a class="visually-hidden visually-hidden-focusable" href="#content">Skip to main content</a>
<nav class="navbar navbar-expand-lg {% if server_mode and server_mode != "production" %} bg-warning {% else %} bg-secondary {% endif %} {% if navbar_mode %} {{ navbar_mode }} {% else %} fixed-top {% endif %}">
<nav class="navbar navbar-expand-lg {% if server_mode and server_mode != "production" %} bg-warning {% else %} bg-secondary-subtle {% endif %} {% if navbar_mode %} {{ navbar_mode }} {% else %} fixed-top {% endif %}">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img alt="IETF Logo" class="me-2"
src="{% static 'ietf/images/ietf-logo-nor-white.svg' %}">
src="{% static 'ietf/images/ietf-logo-nor.svg' %}">
Datatracker
{% if server_mode and server_mode != "production" %}
<span class="text-danger">&delta;</span>
Expand Down

0 comments on commit d0f9738

Please sign in to comment.