diff options
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index e155ac4..1ac965a 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -188,9 +188,9 @@ html.theme-light { /* border applied via utility classes in templates */ } - /* Footer variant: more opaque */ + /* Footer variant: stronger frosting effect */ footer.frosted-bar { - background-color: rgba(var(--bg2-rgb), 0.88); + backdrop-filter: blur(20px); } /* Border utilities for frosted-bar component */ |
