This commit is contained in:
Aevann1 2022-03-18 20:38:36 +02:00
parent fbc2e43ec7
commit 57f3edd1cc
10 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=178">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=28">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=29">
{% if v.agendaposter %}
<style>
html {
@ -33,7 +33,7 @@
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=178">
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=28">
<link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?v=29">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}