]> danix's work - danix.xyz-2.git/commitdiff
fix: increase footer opacity to 0.88 for better visual balance with header
authorDanilo M. <redacted>
Thu, 16 Apr 2026 09:51:46 +0000 (11:51 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 09:51:46 +0000 (11:51 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index 36e7359888410f8f5a555504654e878a6827a445..e155ac4a8546c06a36234a2f24a10a9559ac5870 100644 (file)
@@ -188,6 +188,11 @@ html.theme-light {
     /* border applied via utility classes in templates */
   }
 
+  /* Footer variant: more opaque */
+  footer.frosted-bar {
+    background-color: rgba(var(--bg2-rgb), 0.88);
+  }
+
   /* Border utilities for frosted-bar component */
   .frosted-bar.border-b,
   .frosted-bar.border-t {
index 90f1a10d7f27c08fc7c0bae98db9efc6c8cbf3ab..38f646a9b9db340803fa688025e7349141a25be6 100644 (file)
@@ -1289,6 +1289,12 @@ button,
   /* border applied via utility classes in templates */
 }
 
+/* Footer variant: more opaque */
+
+footer.frosted-bar {
+  background-color: rgba(var(--bg2-rgb), 0.88);
+}
+
 /* Border utilities for frosted-bar component */
 
 .frosted-bar.border-b,