remove secondary color from DKD cuz its only result was destroying footer readability

pull/143/head
Aevann 2023-05-01 18:53:27 +03:00
parent 964416c0ea
commit 30efe3ba67
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<!DOCTYPE html>
<html lang="en"
{%- if IS_DKD() and not (v and v.theme == 'light') -%}
style="--primary:#2AAA8A;--secondary:#F5E216"
style="--primary:#2AAA8A"
{%- elif not IS_FISTMAS() -%}
style="--primary:#{{v.themecolor if v else DEFAULT_COLOR}}"
{%- endif -%}