diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 12:07:09 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 12:07:09 +0200 |
| commit | 7da917cdd5ac2b443286e226e79092abf58c9a97 (patch) | |
| tree | 053c2f2ac1e95c7c6b4f544b8ddc2f37a1461131 /themes/danix-xyz-hacker/assets/css/main.css | |
| parent | ba80a9bb2c7f48095b8f721127456f40ba84b73f (diff) | |
| download | danixxyz-7da917cdd5ac2b443286e226e79092abf58c9a97.tar.gz danixxyz-7da917cdd5ac2b443286e226e79092abf58c9a97.zip | |
test: set footer background to fully opaque (1) to debug styling
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 7 |
1 files changed, 3 insertions, 4 deletions
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 */ |
