This commit is contained in:
Aevann1 2022-02-22 12:45:37 +02:00
parent 170734c3b3
commit 0207d82f79
11 changed files with 15 additions and 20 deletions

View file

@ -7,7 +7,7 @@
<script src="/static/assets/js/bootstrap.js?a=245"></script>
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=144">
<link rel="stylesheet" href="/static/assets/css/main.css?a=145">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=25">
{% if v.agendaposter %}
<style>
@ -32,7 +32,7 @@
{% endif %}
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=144"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=25">
<link rel="stylesheet" href="/static/assets/css/main.css?a=145"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=25">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}