more css edit

This commit is contained in:
2026-01-10 18:20:13 +01:00
parent 4e134bab49
commit b922fc3aaf
+25 -26
View File
@@ -343,11 +343,11 @@ data:
/* ===== Glassy widgets like Homepage ===== */ /* ===== Glassy widgets like Homepage ===== */
.widget { .widget {
background: rgba(45, 31, 61, 0.78) !important; background: rgba(45, 31, 61, 0.55) !important;
border: 1px solid rgba(255,255,255,0.10) !important; border: 1px solid rgba(255,255,255,0.08) !important;
border-radius: 14px !important; border-radius: 10px !important;
backdrop-filter: blur(12px) !important; backdrop-filter: blur(6px) !important;
-webkit-backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(6px) !important;
} }
/* ===== Header + bigger logo ===== */ /* ===== Header + bigger logo ===== */
@@ -404,17 +404,25 @@ data:
background-color: transparent !important; background-color: transparent !important;
} }
/* Page header styling */ /* Header fully transparent */
.page-header { .header-container,
background-color: rgba(45, 31, 61, 0.7) !important; .header,
backdrop-filter: blur(10px) !important; .page-header,
-webkit-backdrop-filter: blur(10px) !important; .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 */ .content-bounds,
.nav, .navigation { .body-content,
background-color: rgba(45, 31, 61, 0.8) !important; .page,
backdrop-filter: blur(10px) !important; #page-content {
background: transparent !important;
} }
/* Column containers */ /* Column containers */
@@ -442,19 +450,10 @@ data:
background-color: rgba(80, 50, 110, 0.8) !important; background-color: rgba(80, 50, 110, 0.8) !important;
} }
/* Calendar widget styling */ .widget-type-calendar,
.widget-type-calendar { .widget-type-weather,
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-to-do { .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 */ /* RSS feed items */