Datemenu: change events/weather/clock text colors

This commit is contained in:
Vladyslav Hroshev
2023-04-30 12:04:08 +03:00
parent 2e1512e076
commit 9421af033d

View File

@@ -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; }