forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-13 07:23:53 -06:00
parent 2d9e9225af
commit 670b7680b7
1 changed files with 4 additions and 3 deletions

View File

@ -195,7 +195,8 @@
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=200">
{% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style>
<style>:root{--primary:#dc2626}</style>
<!-- <style>:root{--primary:#{{v.themecolor}}}</style> -->
<!-- <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=200"> -->
{% if v.agendaposter %}
<link rel="stylesheet" href="/assets/css/agendaposter.css?v=200">
@ -203,8 +204,8 @@
<link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %}
{% else %}
<style>:root{--primary:#dc2626</style>
<!-- <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> -->
<style>:root{--primary:#dc2626}</style>
<!-- <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}}</style> -->
<!-- <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=200"> -->
{% endif %}