Dark mode month color tuneup to avoid too dark shades and to match spring colors with light mode.
This commit is contained in:
@@ -95,18 +95,18 @@
|
|||||||
.nov { background: hsl(22 15% 55%) }
|
.nov { background: hsl(22 15% 55%) }
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.dec { background: hsl(220 50% 10%) }
|
.dec { background: hsl(220 50% 12%) }
|
||||||
.jan { background: hsl(220 50% 4%) }
|
.jan { background: hsl(220 50% 8%) }
|
||||||
.feb { background: hsl(220 50% 10%) }
|
.feb { background: hsl(220 50% 12%) }
|
||||||
.mar { background: hsl(130 60% 3%) }
|
.mar { background: hsl(130 40% 20%) }
|
||||||
.apr { background: hsl(130 60% 6%) }
|
.apr { background: hsl(130 60% 15%) }
|
||||||
.may { background: hsl(130 60% 10%) }
|
.may { background: hsl(130 80% 10%) }
|
||||||
.jun { background: hsl(50 85% 8%) }
|
.jun { background: hsl(50 85% 16%) }
|
||||||
.jul { background: hsl(50 85% 12%) }
|
.jul { background: hsl(50 85% 20%) }
|
||||||
.aug { background: hsl(50 85% 8%) }
|
.aug { background: hsl(50 85% 16%) }
|
||||||
.sep { background: hsl(22 100% 10%) }
|
.sep { background: hsl(22 100% 12%) }
|
||||||
.oct { background: hsl(22 90% 6%) }
|
.oct { background: hsl(22 90% 8%) }
|
||||||
.nov { background: hsl(22 80% 3%) }
|
.nov { background: hsl(22 80% 5%) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Light mode — gray shades and colors */
|
/* Light mode — gray shades and colors */
|
||||||
|
|||||||
Reference in New Issue
Block a user