forked from MarseyWorld/MarseyWorld
fix
parent
2d9e9225af
commit
670b7680b7
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue