fgf
This commit is contained in:
parent
c80031a15b
commit
f8bca731d0
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@import "./main.css";
|
||||
|
||||
:root {
|
||||
--dark: #383838;
|
||||
--secondary: #383838;
|
||||
|
|
|
@ -250,7 +250,8 @@
|
|||
|
||||
{% if v %}
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=60"><link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
|
||||
<!-- <link rel="stylesheet" href="/assets/css/main.css?v=60"> -->
|
||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
|
||||
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue