Skip to content

Commit

Permalink
Fix template block for admin color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 17, 2025
1 parent 35f1e4f commit 7042433
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fragdenstaat_de/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
{% block extrahead %}
{{ block.super }}
<link rel="shortcut icon" href="{% static 'img/favicon/favicon.ico' %}">
{% endblock extrahead %}
{% block extrastyle %}
{{ block.super }}
<style>
:root {
html[data-theme="light"], :root {
--primary: #356bde;
--secondary: #719DFF;
--link-fg: #0034A5;
--link-selected-fg: #001C5A;
}
</style>
{% endblock %}
{% endblock extrastyle %}

0 comments on commit 7042433

Please sign in to comment.