remotes/1693045480750635534/spooky-22
Aevann1 2021-10-08 18:06:12 +02:00
parent c56ac8e8fa
commit 9aae09ad53
1 changed files with 4 additions and 2 deletions

View File

@ -39,9 +39,11 @@
{% if v %}
<link id="css-link" rel="stylesheet" href="/assets/css/{{v.theme}}_{{v.themecolor}}.css?v=60">
<style>:root{--primary:#{{v.themecolor}}}</style>
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=60">
{% else %}
<link id="css-link" rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=60">
{% endif %}
<link href="/assets/css/fa.css" rel="stylesheet">