Fix hover
This commit is contained in:
fraxle
2026-06-02 21:04:17 +01:00
parent bf4c1a0136
commit 137e1a3058
2 changed files with 17 additions and 5 deletions
+4 -2
View File
@@ -94,15 +94,17 @@
background: transparent;
border: 1px solid #c9b08a;
color: #b09870;
transition: color 0.2s, border-color 0.2s;
transition: color 0.2s, border-color 0.2s, background-color 0.2s, filter 0.15s;
}
.utci-day-tab + .utci-day-tab {
border-left: none;
}
/* Each tab's background is an inline per-day weather gradient, so we darken
the whole tab with a filter on hover (!important to beat the inline filter). */
.utci-day-tab:hover {
color: #6b4f2a;
filter: brightness(0.93) !important;
}
.utci-day-tab.active {