Reduce weekend frame tint: 10% was too aggressive, use 9% lightness

hsl(0 0% 10% / 0.65) was visibly too bright vs weekday hsl(0 0% 8% / 0.65)
in Firefox. Reduced to hsl(0 0% 9% / 0.65) — 1% bump, subtle but present.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-03-13 20:18:48 +08:00
parent f5ed64b7da
commit a0ccaaa4bc

View File

@ -170,7 +170,7 @@
the tint must target the frame itself, not the td. */ the tint must target the frame itself, not the td. */
.fc .fc-day-sat .fc-daygrid-day-frame, .fc .fc-day-sat .fc-daygrid-day-frame,
.fc .fc-day-sun .fc-daygrid-day-frame { .fc .fc-day-sun .fc-daygrid-day-frame {
background-color: hsl(0 0% 10% / 0.65) !important; background-color: hsl(0 0% 9% / 0.65) !important;
} }