mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Fix dark text in calendar event time
This commit is contained in:
@@ -976,6 +976,10 @@ StScrollBar {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.events-button .event-time {
|
||||
color: darken($fg_color, 4%);
|
||||
}
|
||||
|
||||
.world-clocks-grid {
|
||||
spacing-rows: 0.4em;
|
||||
}
|
||||
|
||||
@@ -889,6 +889,9 @@ StScrollBar {
|
||||
color: #7b939c;
|
||||
font-weight: bold; }
|
||||
|
||||
.events-button .event-time {
|
||||
color: #8ca1a9; }
|
||||
|
||||
.world-clocks-grid {
|
||||
spacing-rows: 0.4em; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user