fix: Change color of error reporting link in menu bar (#6213)
Fixes #6179
This commit is contained in:
parent
16c250fa33
commit
b304e07008
|
@ -50,7 +50,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="d-flex align-items-center">
|
||||
<a class="nav-link {% if server_mode and server_mode != "production" %}text-danger{% else %}text-warning{% endif %} d-none d-xl-inline me-xl-4"
|
||||
<a class="nav-link text-danger d-none d-xl-inline me-xl-4"
|
||||
target="_blank"
|
||||
href="https://github.com/ietf-tools/datatracker/issues/new/choose">
|
||||
Report a bug
|
||||
|
|
Loading…
Reference in a new issue