From 7da917cdd5ac2b443286e226e79092abf58c9a97 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 12:07:09 +0200 Subject: test: set footer background to fully opaque (1) to debug styling --- themes/danix-xyz-hacker/assets/css/main.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'themes/danix-xyz-hacker/assets/css/main.css') 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 */ -- cgit v1.2.3