]> danix's work - danix.xyz-2.git/commitdiff
fix: increase footer backdrop blur from 10px to 20px for stronger frosting effect
authorDanilo M. <redacted>
Thu, 16 Apr 2026 09:53:15 +0000 (11:53 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 09:53:15 +0000 (11:53 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index e155ac4a8546c06a36234a2f24a10a9559ac5870..1ac965a37a1227e283bb783d2c7ba98562bade98 100644 (file)
@@ -188,9 +188,9 @@ html.theme-light {
     /* border applied via utility classes in templates */
   }
 
-  /* Footer variant: more opaque */
+  /* Footer variant: stronger frosting effect */
   footer.frosted-bar {
-    background-color: rgba(var(--bg2-rgb), 0.88);
+    backdrop-filter: blur(20px);
   }
 
   /* Border utilities for frosted-bar component */
index 38f646a9b9db340803fa688025e7349141a25be6..dbe1070552c3d946ecefb4534c791a6106a2d607 100644 (file)
@@ -1289,10 +1289,11 @@ button,
   /* border applied via utility classes in templates */
 }
 
-/* Footer variant: more opaque */
+/* Footer variant: stronger frosting effect */
 
 footer.frosted-bar {
-  background-color: rgba(var(--bg2-rgb), 0.88);
+  -webkit-backdrop-filter: blur(20px);
+          backdrop-filter: blur(20px);
 }
 
 /* Border utilities for frosted-bar component */