theme: Make today weekend fg color legible

- when a weekend is today, the insensitive color was illegible

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6846

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2857>
This commit is contained in:
Jakub Steiner 2023-08-05 20:35:48 +02:00 committed by Sam Hewitt
parent b227d63e93
commit b6658cd2b7

View File

@ -98,6 +98,7 @@
&.calendar-today {
@extend .button, .default;
color: $selected_fg_color; /* override weekends */
}
&.calendar-day-with-events {