fix custom css during fistmas

pull/221/head
Aevann 2023-12-24 23:17:34 +02:00
parent c9647eef32
commit 1f6deb29df
1 changed files with 4 additions and 3 deletions

View File

@ -114,13 +114,14 @@
<link rel="stylesheet" href="{{('css/themes/'~v.theme~'.css') | asset}}">
{% endif %}
{% if (v.css or v.background) and not request.path.startswith('/settings') %}
<link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %}
{% if v.themecolor == '30409f' %}
<link rel="stylesheet" href="{{('css/30409f.css') | asset}}">
{% endif %}
{% endif %}
{% if (v.css or v.background) and not request.path.startswith('/settings') %}
<link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %}
{% else %}
<link rel="stylesheet" href="{{('css/themes/'~DEFAULT_THEME~'.css') | asset}}">
{% endif %}