fds
This commit is contained in:
parent
92760527ab
commit
47c35b9d24
20 changed files with 44 additions and 36 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=49">
|
||||
{% if v.agendaposter %}
|
||||
<style>
|
||||
html {
|
||||
|
@ -39,7 +39,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{config('DEFAULT_COLOR')}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=48">
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=231"><link rel="stylesheet" href="/assets/css/{{config('DEFAULT_THEME')}}.css?v=49">
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue