Merge fix: weekend tint cutoff and missing event dots

This commit is contained in:
Kyle 2026-03-13 02:34:34 +08:00
commit 40d0bb336c

View File

@ -170,6 +170,18 @@
background-color: hsl(0 0% 6%); background-color: hsl(0 0% 6%);
} }
/* Weekend tint: header cells (higher specificity to override .fc-col-header-cell) */
.fc .fc-col-header-cell.fc-day-sat,
.fc .fc-col-header-cell.fc-day-sun {
background-color: hsl(0 0% 6%) !important;
}
/* Weekend tint: timegrid column cells */
.fc .fc-timegrid-col.fc-day-sat,
.fc .fc-timegrid-col.fc-day-sun {
background-color: hsl(0 0% 6%);
}
.fc .fc-col-header-cell { .fc .fc-col-header-cell {
background-color: hsl(0 0% 8% / 0.65); background-color: hsl(0 0% 8% / 0.65);
border-color: var(--fc-border-color); border-color: var(--fc-border-color);