master
Aevann1 2022-03-22 06:22:25 +02:00
parent 9d6787de7b
commit 7a5e8a8873
2 changed files with 7 additions and 8 deletions

View File

@ -14,13 +14,7 @@
{% if v %} {% if v %}
<style> <style>:root{--primary:#{{v.themecolor}}}</style>
:root{
--primary:#{{v.themecolor}};
--primary55:#{{v.themecolor}}55;
}
</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=186"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30"> <link rel="stylesheet" href="/static/assets/css/main.css?v=186"><link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30">
{% if v.agendaposter %} {% if v.agendaposter %}
<style> <style>

View File

@ -6,7 +6,12 @@
<script src="/static/assets/js/bootstrap.js?v=245"></script> <script src="/static/assets/js/bootstrap.js?v=245"></script>
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>
:root{
--primary:#{{v.themecolor}};
--primary55:#{{v.themecolor}}55;
}
</style>
<link rel="stylesheet" href="/static/assets/css/main.css?v=186"> <link rel="stylesheet" href="/static/assets/css/main.css?v=186">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30"> <link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?v=30">
{% if v.agendaposter %} {% if v.agendaposter %}