Change default color to slate

This commit is contained in:
daudix
2024-07-29 21:24:12 +03:00
parent ebc26fff3e
commit 69c409ba4d
2 changed files with 3 additions and 3 deletions

View File

@ -56,8 +56,8 @@
<style type="text/css">
:root {
--primary-color: {{ config.extra.primary_color | default(value="#9a9996") }};
--primary-color-alpha: {{ config.extra.primary_color_alpha | default(value="rgba(154, 153, 150, 0.2)") }};
--primary-color: {{ config.extra.primary_color | default(value="#6f8396") }};
--primary-color-alpha: {{ config.extra.primary_color_alpha | default(value="rgba(111, 131, 150, 0.2)") }};
}
{%- if config.extra.primary_color_dark %}