From 637d8d329b8f593c3bfc1bd0f3682b5e903fde2b Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 11 Jan 2026 18:26:44 +0100 Subject: [PATCH] changed overlay filter, and centered widget titles --- glance-system/glance-kisfenyo.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 47e2240..620d9fe 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -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; }