remotes/1693045480750635534/spooky-22
Aevann1 2021-10-09 09:04:15 +02:00
parent e934096c72
commit 0088ec8ad5
1 changed files with 2 additions and 1 deletions

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>