diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 7 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.min.css | 8 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/partials/footer.html | 2 |
3 files changed, 7 insertions, 10 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 */ diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index 684231c..615e462 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -1289,12 +1289,10 @@ button, /* border applied via utility classes in templates */ } -/* Footer variant: stronger frosting effect */ +/* Footer variant: test - fully opaque background */ -.frosted-bar-strong { - background-color: rgba(var(--bg2-rgb), 0.85) !important; - -webkit-backdrop-filter: blur(20px) !important; - backdrop-filter: blur(20px) !important; +footer.frosted-bar { + background-color: rgba(var(--bg2-rgb), 1) !important; } /* Border utilities for frosted-bar component */ diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index bddec8b..a6d6130 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -1,4 +1,4 @@ -<footer class="mt-16 frosted-bar border-t py-12 frosted-bar-strong"> +<footer class="mt-16 frosted-bar border-t py-12"> <div class="container mx-auto px-4"> <div class="grid md:grid-cols-3 gap-8 mb-8"> <!-- About --> |
