From 73ce1b1be230bc5cbffe069f7f35259b02d6bebc Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 25 Sep 2025 09:29:07 -0600 Subject: [PATCH] Dark mode month color tuneup to avoid too dark shades and to match spring colors with light mode. --- src/assets/colors.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/assets/colors.css b/src/assets/colors.css index 97b92eb..585690a 100644 --- a/src/assets/colors.css +++ b/src/assets/colors.css @@ -95,18 +95,18 @@ .nov { background: hsl(22 15% 55%) } @media (prefers-color-scheme: dark) { - .dec { background: hsl(220 50% 10%) } - .jan { background: hsl(220 50% 4%) } - .feb { background: hsl(220 50% 10%) } - .mar { background: hsl(130 60% 3%) } - .apr { background: hsl(130 60% 6%) } - .may { background: hsl(130 60% 10%) } - .jun { background: hsl(50 85% 8%) } - .jul { background: hsl(50 85% 12%) } - .aug { background: hsl(50 85% 8%) } - .sep { background: hsl(22 100% 10%) } - .oct { background: hsl(22 90% 6%) } - .nov { background: hsl(22 80% 3%) } + .dec { background: hsl(220 50% 12%) } + .jan { background: hsl(220 50% 8%) } + .feb { background: hsl(220 50% 12%) } + .mar { background: hsl(130 40% 20%) } + .apr { background: hsl(130 60% 15%) } + .may { background: hsl(130 80% 10%) } + .jun { background: hsl(50 85% 16%) } + .jul { background: hsl(50 85% 20%) } + .aug { background: hsl(50 85% 16%) } + .sep { background: hsl(22 100% 12%) } + .oct { background: hsl(22 90% 8%) } + .nov { background: hsl(22 80% 5%) } } /* Light mode — gray shades and colors */