master
kek7198 2021-12-19 17:27:17 -06:00
parent 9076b34efe
commit 395e827c13
2 changed files with 4 additions and 4 deletions

View File

@ -217,8 +217,8 @@
</head>
{% if v and (v.theme == 'theme-iron dark' or v.theme == 'theme-evergreen') %}
{% set theme = v.theme %}
{% if v and (v.theme2 == 'theme-iron dark' or v.theme2 == 'theme-evergreen') %}
{% set theme = v.theme2 %}
{% else %}
{% set theme = 'theme-iron dark' %}
{% endif %}

View File

@ -57,8 +57,8 @@
</style>
</head>
{% if v and (v.theme == 'theme-iron dark' or v.theme == 'theme-evergreen') %}
{% set theme = v.theme %}
{% if v and (v.theme2 == 'theme-iron dark' or v.theme2 == 'theme-evergreen') %}
{% set theme = v.them2e %}
{% else %}
{% set theme = 'theme-iron dark' %}
{% endif %}