]> danix's work - danix.xyz-2.git/commitdiff
test: set footer background to fully opaque (1) to debug styling
authorDanilo M. <redacted>
Thu, 16 Apr 2026 10:07:09 +0000 (12:07 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 10:07:09 +0000 (12:07 +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 4c8c3f94261d5b22cb8781da0625938c3a0174ff..b7d22195947a9a2f8e755972719dfeb047a9bff6 100644 (file)
@@ -188,10 +188,9 @@ html.theme-light {
     /* border applied via utility classes in templates */
   }
 
-  /* Footer variant: stronger frosting effect */
-  .frosted-bar-strong {
-    background-color: rgba(var(--bg2-rgb), 0.85) !important;
-    backdrop-filter: blur(20px) !important;
+  /* Footer variant: test - fully opaque background */
+  footer.frosted-bar {
+    background-color: rgba(var(--bg2-rgb), 1) !important;
   }
 
   /* Border utilities for frosted-bar component */
index 684231cc626362aa201b7f1551bc3dadf07a3276..615e46283c5dde58eb83be107c42abd1174554b4 100644 (file)
@@ -1289,12 +1289,10 @@ button,
   /* border applied via utility classes in templates */
 }
 
-/* Footer variant: stronger frosting effect */
+/* Footer variant: test - fully opaque background */
 
-.frosted-bar-strong {
-  background-color: rgba(var(--bg2-rgb), 0.85) !important;
-  -webkit-backdrop-filter: blur(20px) !important;
-          backdrop-filter: blur(20px) !important;
+footer.frosted-bar {
+  background-color: rgba(var(--bg2-rgb), 1) !important;
 }
 
 /* Border utilities for frosted-bar component */
index bddec8bf2df94a6bc728ad8866d92a9c644628eb..a6d61301145157802a0d4a791eee3891992b198f 100644 (file)
@@ -1,4 +1,4 @@
-<footer class="mt-16 frosted-bar border-t py-12 frosted-bar-strong">
+<footer class="mt-16 frosted-bar border-t py-12">
   <div class="container mx-auto px-4">
     <div class="grid md:grid-cols-3 gap-8 mb-8">
       <!-- About -->