remotes/1693045480750635534/spooky-22
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 %}
<style>
:root{
--primary:#{{v.themecolor}};
--primary55:#{{v.themecolor}}55;
}
</style>
<style>:root{--primary:#{{v.themecolor}}}</style>
<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 %}
<style>

View File

@ -6,7 +6,12 @@
<script src="/static/assets/js/bootstrap.js?v=245"></script>
{% 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/{{v.theme}}.css?v=30">
{% if v.agendaposter %}