changed overlay filter, and centered widget titles
This commit is contained in:
@@ -685,7 +685,14 @@ data:
|
|||||||
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
|
The "WEATHER", "NEWS & FEEDS", etc. headers on each widget
|
||||||
========================================================================= */
|
========================================================================= */
|
||||||
.widget-header,
|
.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-header *,
|
||||||
.widget-title * {
|
.widget-title * {
|
||||||
color: #5ac8d8 !important; /* CYAN - widget headers */
|
color: #5ac8d8 !important; /* CYAN - widget headers */
|
||||||
@@ -738,7 +745,7 @@ data:
|
|||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
border: 0 !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;
|
position: relative !important;
|
||||||
z-index: 1 !important;
|
z-index: 1 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user