added css overdide option

This commit is contained in:
2026-03-20 13:02:46 +01:00
parent 6d413f81b6
commit ee8e2e3acf
4 changed files with 22 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
{% endblock head %}
</head>
{% if css_override %}
<style>{{ css_override | safe }}</style>
{% endif %}
<body {% if no_navigation %}style="padding-top: 40px;"{% endif %}>
{% if not no_navigation %}
<nav>