This commit is contained in:
Aevann1 2021-10-09 09:05:16 +02:00
parent 96cd9f9ba0
commit 35f458edd3
2 changed files with 1 additions and 3 deletions

View file

@ -19,8 +19,6 @@
--gray-900: #000000; --gray-900: #000000;
} }
@import "./main.css";
* { * {
border-color: var(--primary); border-color: var(--primary);
} }

View file

@ -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 %}