forked from rDrama/rDrama
1
0
Fork 0

make custom css not affect all settings

master
Aevann1 2022-12-09 07:59:27 +02:00
parent 25cd81e326
commit 4561bb3e34
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
<link rel="stylesheet" href="{{('css/classic.css') | asset}}">
{% endif %}
<link rel="stylesheet" href="{{('css/'~v.theme~'.css') | asset}}">
{% if v.css and not request.path.startswith('/settings/css') %}
{% if v.css and not request.path.startswith('/settings') %}
<style>
{{v.css | safe}}
</style>