mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome-shell: Fix blacked text color in world clocks #80
This commit is contained in:
@@ -1150,6 +1150,29 @@ StScrollBar {
|
||||
icon-size: 16px;
|
||||
padding: 8px; }
|
||||
}
|
||||
/* World clocks */
|
||||
.world-clocks-button {
|
||||
|
||||
// city label
|
||||
.world-clocks-city {
|
||||
color: $fg_color;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
// timezone time
|
||||
.world-clocks-time {
|
||||
font-weight: bold;
|
||||
color: $fg_color;
|
||||
font-feature-settings: "lnum";
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
// timezone offset label
|
||||
.world-clocks-timezone {
|
||||
color: darken($fg_color,20%);
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// a little unstructured mess:
|
||||
|
||||
Reference in New Issue
Block a user