diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index 67c9de1..a173f21 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -343,11 +343,11 @@ data: /* ===== Glassy widgets like Homepage ===== */ .widget { - background: rgba(45, 31, 61, 0.78) !important; - border: 1px solid rgba(255,255,255,0.10) !important; - border-radius: 14px !important; - backdrop-filter: blur(12px) !important; - -webkit-backdrop-filter: blur(12px) !important; + background: rgba(45, 31, 61, 0.55) !important; + border: 1px solid rgba(255,255,255,0.08) !important; + border-radius: 10px !important; + backdrop-filter: blur(6px) !important; + -webkit-backdrop-filter: blur(6px) !important; } /* ===== Header + bigger logo ===== */ @@ -404,17 +404,25 @@ data: background-color: transparent !important; } - /* Page header styling */ - .page-header { - background-color: rgba(45, 31, 61, 0.7) !important; - backdrop-filter: blur(10px) !important; - -webkit-backdrop-filter: blur(10px) !important; + /* Header fully transparent */ + .header-container, + .header, + .page-header, + .nav, + .navigation { + background-color: transparent !important; + background: transparent !important; + backdrop-filter: none !important; + -webkit-backdrop-filter: none !important; + box-shadow: none !important; + border: 0 !important; } - /* Navigation styling */ - .nav, .navigation { - background-color: rgba(45, 31, 61, 0.8) !important; - backdrop-filter: blur(10px) !important; + .content-bounds, + .body-content, + .page, + #page-content { + background: transparent !important; } /* Column containers */ @@ -442,19 +450,10 @@ data: background-color: rgba(80, 50, 110, 0.8) !important; } - /* Calendar widget styling */ - .widget-type-calendar { - background-color: rgba(45, 31, 61, 0.9) !important; - } - - /* Weather widget */ - .widget-type-weather { - background-color: rgba(45, 31, 61, 0.9) !important; - } - - /* To-do widget */ + .widget-type-calendar, + .widget-type-weather, .widget-type-to-do { - background-color: rgba(45, 31, 61, 0.9) !important; + background-color: rgba(45, 31, 61, 0.55) !important; } /* RSS feed items */