This commit is contained in:
2026-01-11 18:33:58 +01:00
parent 637d8d329b
commit d7fbf386d0
+18 -9
View File
@@ -684,19 +684,28 @@ data:
WIDGET TITLES WIDGET TITLES
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
========================================================================= */ ========================================================================= */
.widget-header, /* The header container */
.widget-title { .widget-header {
color: #5ac8d8 !important; /* CYAN - widget headers */
font-weight: 600 !important;
display: flex !important; display: flex !important;
align-items: center !important; /* Vertical centering */ align-items: center !important;
min-height: 2em !important; /* Ensure consistent height */ justify-content: flex-start !important;
min-height: 2.5em !important;
padding: 0.6em 0 !important;
} }
.widget-header *, /* The h2 title text inside */
.widget-title * { .widget-header h2,
color: #5ac8d8 !important; /* CYAN - widget headers */ .widget-header .uppercase,
h2.uppercase {
color: #5ac8d8 !important;
font-weight: 600 !important; font-weight: 600 !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.2 !important;
}
.widget-content:not(.widget-content-frameless) {
border-top: 1px solid rgba(90, 200, 216, 0.2) !important;
} }
/* ========================================================================= /* =========================================================================