This commit is contained in:
Aevann1 2022-04-13 16:14:47 +02:00
parent 460f3361cc
commit 9f9a2f7f69
12 changed files with 17 additions and 17 deletions

View file

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