diff --git a/frontend/print-preview.css b/frontend/print-preview.css index c042f92..6616924 100644 --- a/frontend/print-preview.css +++ b/frontend/print-preview.css @@ -234,14 +234,13 @@ .print-preview-paper .week-day-column.today { background-color: transparent !important; border: 1px solid var(--calendar-border, #f0f0f0) !important; - color: var(--text-color, #333) !important; font-weight: normal !important; box-shadow: none !important; } .print-preview-paper .calendar-day.today .day-number { - color: var(--text-color, #333) !important; - font-weight: normal !important; + color: inherit !important; + font-weight: 600 !important; } /* Remove selected day highlighting in preview */ @@ -252,8 +251,8 @@ } .print-preview-paper .calendar-day.selected .day-number { - color: var(--text-color, #333) !important; - font-weight: normal !important; + color: inherit !important; + font-weight: 600 !important; } /* Week view hour range filtering in preview - target all possible selector paths */