summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/assets/css/main.css
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 11:51:46 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 11:51:46 +0200
commit5f77662440a041508616fe6da0458b8de1e83b2c (patch)
tree13783e54a99fb269d894de63fcf22c9d977bbd76 /themes/danix-xyz-hacker/assets/css/main.css
parent189315fd91800056f7f580c549dbc9f986c4eafa (diff)
downloaddanixxyz-5f77662440a041508616fe6da0458b8de1e83b2c.tar.gz
danixxyz-5f77662440a041508616fe6da0458b8de1e83b2c.zip
fix: increase footer opacity to 0.88 for better visual balance with header
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, 5 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css
index 36e7359..e155ac4 100644
--- a/themes/danix-xyz-hacker/assets/css/main.css
+++ b/themes/danix-xyz-hacker/assets/css/main.css
@@ -188,6 +188,11 @@ html.theme-light {
/* border applied via utility classes in templates */
}
+ /* Footer variant: more opaque */
+ footer.frosted-bar {
+ background-color: rgba(var(--bg2-rgb), 0.88);
+ }
+
/* Border utilities for frosted-bar component */
.frosted-bar.border-b,
.frosted-bar.border-t {