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;
|
icon-size: 16px;
|
||||||
padding: 8px; }
|
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:
|
// a little unstructured mess:
|
||||||
|
|||||||
@@ -1056,6 +1056,21 @@ StScrollBar {
|
|||||||
icon-size: 16px;
|
icon-size: 16px;
|
||||||
padding: 8px; }
|
padding: 8px; }
|
||||||
|
|
||||||
|
/* World clocks */
|
||||||
|
.world-clocks-button .world-clocks-city {
|
||||||
|
color: #98abb2;
|
||||||
|
font-weight: normal; }
|
||||||
|
|
||||||
|
.world-clocks-button .world-clocks-time {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #98abb2;
|
||||||
|
font-feature-settings: "lnum";
|
||||||
|
text-align: right; }
|
||||||
|
|
||||||
|
.world-clocks-button .world-clocks-timezone {
|
||||||
|
color: #627a82;
|
||||||
|
font-feature-settings: "tnum"; }
|
||||||
|
|
||||||
.system-switch-user-submenu-icon.user-icon {
|
.system-switch-user-submenu-icon.user-icon {
|
||||||
icon-size: 20px;
|
icon-size: 20px;
|
||||||
padding: 0 2px; }
|
padding: 0 2px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user