changed overlay filter, and centered widget titles

This commit is contained in:
2026-01-11 18:26:44 +01:00
parent 674d3427be
commit 637d8d329b
+9 -2
View File
@@ -685,7 +685,14 @@ data:
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
========================================================================= */
.widget-header,
.widget-title,
.widget-title {
color: #5ac8d8 !important; /* CYAN - widget headers */
font-weight: 600 !important;
display: flex !important;
align-items: center !important; /* Vertical centering */
min-height: 2em !important; /* Ensure consistent height */
}
.widget-header *,
.widget-title * {
color: #5ac8d8 !important; /* CYAN - widget headers */
@@ -738,7 +745,7 @@ data:
border-radius: 12px !important;
width: 100% !important;
border: 0 !important;
filter: sepia(0.25) saturate(3) hue-rotate(250deg) brightness(1.02) !important;
filter: sepia(0.25) saturate(2.5) hue-rotate(160deg) brightness(1.02) !important;
position: relative !important;
z-index: 1 !important;
}