mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-10-06 16:24:48 -07:00
Datemenu: change events/weather/clock text colors
This commit is contained in:
@@ -148,28 +148,24 @@
|
||||
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
|
||||
}
|
||||
|
||||
.weather-button .weather-header,
|
||||
.events-button .events-title,
|
||||
.world-clocks-button .world-clocks-header {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
.events-button .event-time {
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
.events-button:active,
|
||||
.world-clock-button:active,
|
||||
.weather-button:active {
|
||||
background-color: ACCENT-DISABLED_HOVER;
|
||||
}
|
||||
|
||||
.world-clocks-button .world-clocks-time,
|
||||
.world-clocks-button .world-clocks-city,
|
||||
.world-clocks-button .world-clocks-timezone {
|
||||
.weather-button .weather-header,
|
||||
.events-button .events-title,
|
||||
.world-clocks-button .world-clocks-header {
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
.weather-button .weather-forecast-time {
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
.events-button .events-list { color: TEXT-PRIMARY-COLOR; }
|
||||
.events-button .event-time { color: TEXT-SECONDARY-COLOR; }
|
||||
|
||||
|
||||
.world-clocks-button .world-clocks-time { color: TEXT-PRIMARY-COLOR; }
|
||||
.world-clocks-button .world-clocks-city,
|
||||
.world-clocks-button .world-clocks-timezone { color: TEXT-SECONDARY-COLOR; }
|
||||
|
||||
.weather-button .weather-forecast-time {color: TEXT-SECONDARY-COLOR; }
|
||||
|
Reference in New Issue
Block a user