From: Danilo M. Date: Thu, 16 Apr 2026 10:07:09 +0000 (+0200) Subject: test: set footer background to fully opaque (1) to debug styling X-Git-Tag: release_22042026-1342~216 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=7da917cdd5ac2b443286e226e79092abf58c9a97;p=danix.xyz-2.git test: set footer background to fully opaque (1) to debug styling --- diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 4c8c3f9..b7d2219 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -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 */ diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index 684231c..615e462 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -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 */ diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index bddec8b..a6d6130 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -1,4 +1,4 @@ -