]> danix's work - danix.xyz-2.git/commitdiff
refactor: use frosted-bar class on footer with stronger blur variant
authorDanilo M. <redacted>
Thu, 16 Apr 2026 10:16:46 +0000 (12:16 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 10:16:46 +0000 (12:16 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css
themes/danix-xyz-hacker/layouts/partials/footer.html

index d564e837213b23b2067ac83ed3276c0e1323db51..007f57f48af8a8a595816f55f3db9a830d13a8eb 100644 (file)
@@ -188,10 +188,8 @@ html.theme-light {
     /* border applied via utility classes in templates */
   }
 
-  /* Footer styling with strong frosting */
-  footer {
-    position: relative;
-    z-index: 20;
+  /* Footer variant: stronger frosting effect */
+  footer.frosted-bar {
     -webkit-backdrop-filter: blur(20px);
     backdrop-filter: blur(20px);
   }
index f6d7dcb9f5eb5899484a58bb831814f4615cab4d..3f488ae88275e04795af41ae331d868bf5ec4cd9 100644 (file)
@@ -1289,11 +1289,9 @@ button,
   /* border applied via utility classes in templates */
 }
 
-/* Footer styling with strong frosting */
+/* Footer variant: stronger frosting effect */
 
-footer {
-  position: relative;
-  z-index: 20;
+footer.frosted-bar {
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
 }
index 0623477725c5723893c62b18e9a1221c72aa7558..c649e84e62d5c662cba9f3617b8cda60306bfd73 100644 (file)
@@ -1,4 +1,4 @@
-<footer class="mt-16 border-t py-12 relative z-20" style="background-color: rgba(var(--bg2-rgb), 0.6); box-shadow: 0 0 20px var(--accent-glow);">
+<footer class="mt-16 frosted-bar border-t py-12 relative z-20">
   <div class="container mx-auto px-4">
     <div class="grid md:grid-cols-3 gap-8 mb-8">
       <!-- About -->