From 70b9f2e90bbd3776a83dcc85e6ba89d95e341f64 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 27 Feb 2021 02:49:34 -0700 Subject: Actually fix light-dark button, feels nice --- static/css/dark.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'static/css/dark.css') diff --git a/static/css/dark.css b/static/css/dark.css index 29af64b..13a3ea3 100644 --- a/static/css/dark.css +++ b/static/css/dark.css @@ -20,10 +20,12 @@ --fg-acc4: var(--color14); --fg-acc5: var(--color15); - --switch-bg: var(--color1); - --switch-slider: var(--color4); + --switch-bg: var(--color3); + --switch-slider: var(--color0); --switch-toggled-bg: var(--color10); --switch-ol: var(--color4); + --switch-moon: var(--color3); + --switch-sun: var(--color13); } html { @@ -61,6 +63,14 @@ h3 { background-color: var(--switch-bg); } +#theme-switcher-container i.fa-moon { + color: var(--switch-moon); +} + +#theme-switcher-container i.fa-sun { + color: var(--switch-sun); +} + .slider:before { background-color: var(--switch-slider); } -- cgit v1.2.3-54-g00ecf