diff options
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, 4 insertions, 3 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index b7d2219..c1679ca 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -188,9 +188,10 @@ html.theme-light { /* border applied via utility classes in templates */ } - /* Footer variant: test - fully opaque background */ - footer.frosted-bar { - background-color: rgba(var(--bg2-rgb), 1) !important; + /* Footer styling with strong frosting */ + footer { + -webkit-backdrop-filter: blur(20px); + backdrop-filter: blur(20px); } /* Border utilities for frosted-bar component */ |
