]> danix's work - danix.xyz-2.git/commitdiff
fix: reduce frosted-bar background opacity from 0.92 to 0.75 for better readability
authorDanilo M. <redacted>
Thu, 16 Apr 2026 09:50:05 +0000 (11:50 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 09:50:05 +0000 (11:50 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index 94a1c9668a2ca8297861efb3e2288a215515c6e3..36e7359888410f8f5a555504654e878a6827a445 100644 (file)
@@ -182,7 +182,7 @@ html.theme-light {
 
   /* Frosted glass bar (header/footer) */
   .frosted-bar {
-    background-color: rgba(var(--bg2-rgb), 0.92);
+    background-color: rgba(var(--bg2-rgb), 0.75);
     backdrop-filter: blur(10px);
     box-shadow: 0 0 20px var(--accent-glow);
     /* border applied via utility classes in templates */
index ca4b6c39c6387fdc28c1d66b8ef2dad1ce253d7c..90f1a10d7f27c08fc7c0bae98db9efc6c8cbf3ab 100644 (file)
@@ -1282,7 +1282,7 @@ button,
 /* Frosted glass bar (header/footer) */
 
 .frosted-bar {
-  background-color: rgba(var(--bg2-rgb), 0.92);
+  background-color: rgba(var(--bg2-rgb), 0.75);
   -webkit-backdrop-filter: blur(10px);
           backdrop-filter: blur(10px);
   box-shadow: 0 0 20px var(--accent-glow);