]> danix's work - danix.xyz-2.git/commitdiff
refactor: remove footer-specific backdrop-filter rule for consistency
authorDanilo M. <redacted>
Thu, 16 Apr 2026 10:20:56 +0000 (12:20 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 10:20:56 +0000 (12:20 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index 007f57f48af8a8a595816f55f3db9a830d13a8eb..36e7359888410f8f5a555504654e878a6827a445 100644 (file)
@@ -188,12 +188,6 @@ html.theme-light {
     /* border applied via utility classes in templates */
   }
 
-  /* Footer variant: stronger frosting effect */
-  footer.frosted-bar {
-    -webkit-backdrop-filter: blur(20px);
-    backdrop-filter: blur(20px);
-  }
-
   /* Border utilities for frosted-bar component */
   .frosted-bar.border-b,
   .frosted-bar.border-t {
index 3f488ae88275e04795af41ae331d868bf5ec4cd9..8122e23fb517c62460018f74c207073a2c7402af 100644 (file)
@@ -1289,13 +1289,6 @@ button,
   /* border applied via utility classes in templates */
 }
 
-/* Footer variant: stronger frosting effect */
-
-footer.frosted-bar {
-  -webkit-backdrop-filter: blur(20px);
-  backdrop-filter: blur(20px);
-}
-
 /* Border utilities for frosted-bar component */
 
 .frosted-bar.border-b,