This commit is contained in:
Aevann1 2022-02-27 00:10:21 +02:00
parent 1584fb6eed
commit cba94499d8
11 changed files with 16 additions and 16 deletions

View file

@ -7,7 +7,7 @@
<script src="/static/assets/js/bootstrap.js?a=245"></script>
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=151">
<link rel="stylesheet" href="/static/assets/css/main.css?a=152">
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=26">
{% if v.agendaposter %}
<style>
@ -32,7 +32,7 @@
{% endif %}
{% else %}
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
<link rel="stylesheet" href="/static/assets/css/main.css?a=151"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=26">
<link rel="stylesheet" href="/static/assets/css/main.css?a=152"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=26">
{% endif %}
{% if sub and sub.css and not request.path.endswith('settings') %}