Events, clocks, weather missing color on hover

This commit is contained in:
Vladyslav Hroshev
2023-03-14 21:30:21 +02:00
parent ea45ce10aa
commit 1c8f923377

View File

@@ -300,6 +300,12 @@ stage {
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}
.events-button:hover,
.world-clocks-button:hover,
.weather-button:hover {
background-color: ACCENT-DISABLED-COLOR;
}
.events-button:focus,
.world-clocks-button:focus,
.weather-button:focus {