From 449021500e2f345c0ed242bb0111945db31aef27 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 22 Jul 2023 22:46:51 +0300 Subject: [PATCH] Datemenu: add styles to week number in calendar --- theme/gnome-shell_css/datemenu.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme/gnome-shell_css/datemenu.css b/theme/gnome-shell_css/datemenu.css index bdfd37b..a671f95 100644 --- a/theme/gnome-shell_css/datemenu.css +++ b/theme/gnome-shell_css/datemenu.css @@ -131,6 +131,13 @@ background-size: contain; } +.calendar .calendar-week-number { + background-color: ACCENT-DISABLED-COLOR; + color: TEXT-SECONDARY-COLOR; + box-shadow: inset 0 0 0 1px BORDER-SHADOW; + border-radius: 7px; +} + /* Events / World clocks / weather section */