fdsdf
This commit is contained in:
parent
96cd9f9ba0
commit
35f458edd3
2 changed files with 1 additions and 3 deletions
|
@ -19,8 +19,6 @@
|
||||||
--gray-900: #000000;
|
--gray-900: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "./main.css";
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border-color: var(--primary);
|
border-color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
|
@ -250,7 +250,7 @@
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<!-- <link rel="stylesheet" href="/assets/css/main.css?v=60"> -->
|
<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/{{v.theme}}.css?v=60">
|
||||||
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
|
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=60">{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue