fix: Change color of error reporting link in menu bar (#6213)

Fixes #6179
This commit is contained in:
Lars Eggert 2023-08-25 17:21:07 +03:00 committed by GitHub
parent 16c250fa33
commit b304e07008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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