This commit is contained in:
Aevann1 2022-02-18 20:20:11 +02:00
parent 251bd3ffb5
commit 52c02ed231
11 changed files with 16 additions and 16 deletions

View file

@ -7,7 +7,7 @@
<script src="/static/assets/js/bootstrap.js?a=240"></script>
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=135">
<link rel="stylesheet" href="/static/assets/css/main.css?a=136">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
{% 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=135"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
<link rel="stylesheet" href="/static/assets/css/main.css?a=136"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}