Dark mode month color tuneup to avoid too dark shades and to match spring colors with light mode.

This commit is contained in:
2025-09-25 21:29:07 +00:00
parent ff9d9b6ac2
commit aec358b6b8
+12 -12
View File
@@ -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 */