load light.css

pull/83/head
Aevann1 2022-12-19 04:23:21 +02:00
parent 216e9d0f22
commit 46c21e5e08
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@
{% if v and user_event_darkmode(v, g.db)%}
<link rel="stylesheet" href="{{'css/event/themes/dark.css'| asset}}">
{% else %}
<link rel="stylesheet" href="{{'css/event/themes/light.css'| asset}}">
{% endif %}
{% endif %}