This commit is contained in:
Aevann1 2021-10-09 09:04:15 +02:00
parent c80031a15b
commit f8bca731d0
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
@charset "UTF-8";
@import "./main.css";
:root {
--dark: #383838;
--secondary: #383838;

View file

@ -250,7 +250,8 @@
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
<!-- <link rel="stylesheet" href="/assets/css/main.css?v=60"> -->
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
{% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>