Increase .calendar-today visibility
Adds some needed contrast to the calendar widget current day, solving #1873. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/823
This commit is contained in:
parent
4a3ca40c48
commit
ae8568a2e0
@ -1061,9 +1061,9 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
.calendar-today {
|
.calendar-today {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
//color: lighten($fg_color,10%);
|
color: lighten($fg_color,5%);
|
||||||
//background-color: darken($bg_color,5%);
|
background-color: darken($bg_color,5%);
|
||||||
border: 1px solid $_bubble_borders_color;
|
// border: 1px solid lighten($_bubble_borders_color,20%);
|
||||||
}
|
}
|
||||||
.calendar-day-with-events {
|
.calendar-day-with-events {
|
||||||
color: lighten($fg_color,10%);
|
color: lighten($fg_color,10%);
|
||||||
|
Loading…
Reference in New Issue
Block a user