xcv
This commit is contained in:
parent
2316af7307
commit
f812ee2ec8
13 changed files with 18 additions and 18 deletions
|
@ -8,7 +8,7 @@
|
|||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=23">
|
||||
<link rel="stylesheet" href="/static/assets/css/{{v.theme}}.css?a=24">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -32,7 +32,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=23">
|
||||
<link rel="stylesheet" href="/static/assets/css/main.css?a=137"><link rel="stylesheet" href="/static/assets/css/{{config('DEFAULT_THEME')}}.css?a=24">
|
||||
{% endif %}
|
||||
|
||||
{% if sub and sub.css and not request.path.endswith('settings') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue