summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 12:05:48 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 12:05:48 +0200
commitba80a9bb2c7f48095b8f721127456f40ba84b73f (patch)
tree42a2a212bc6f4f54273c6197a83f9204c1006177 /themes/danix-xyz-hacker/assets/css/main.css
parentc9a851f3936acc7cab85ed25cf2889466eb1689c (diff)
downloaddanixxyz-ba80a9bb2c7f48095b8f721127456f40ba84b73f.tar.gz
danixxyz-ba80a9bb2c7f48095b8f721127456f40ba84b73f.zip
fix: add frosted-bar-strong class to footer for stronger frosting and opacity
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
-rw-r--r--themes/danix-xyz-hacker/assets/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index 1ac965a..4c8c3f9 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -189,8 +189,9 @@ html.theme-light {
}
/* Footer variant: stronger frosting effect */
- footer.frosted-bar {
- backdrop-filter: blur(20px);
+ .frosted-bar-strong {
+ background-color: rgba(var(--bg2-rgb), 0.85) !important;
+ backdrop-filter: blur(20px) !important;
}
/* Border utilities for frosted-bar component */