This commit is contained in:
Aevann1 2022-05-02 02:02:19 +02:00
parent e410ef491d
commit bd9ff67e74
13 changed files with 18 additions and 20 deletions

View file

@ -15,7 +15,7 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=247">
<link rel="stylesheet" href="/assets/css/main.css?v=248">
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=56">
{% if v.agendaposter %}
<style>
@ -40,7 +40,7 @@
{% endif %}
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=247">
<link rel="stylesheet" href="/assets/css/main.css?v=248">
<link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=56">
{% endif %}