diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 11:50:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 11:50:05 +0200 |
| commit | 189315fd91800056f7f580c549dbc9f986c4eafa (patch) | |
| tree | 36a7914735cbf80606ce96e3c94c7c9249d05806 /themes/danix-xyz-hacker/assets/css/main.css | |
| parent | 1397b8d8b9a4950a4a4e1b493f70bfd67e102c09 (diff) | |
| download | danixxyz-189315fd91800056f7f580c549dbc9f986c4eafa.tar.gz danixxyz-189315fd91800056f7f580c549dbc9f986c4eafa.zip | |
fix: reduce frosted-bar background opacity from 0.92 to 0.75 for better readability
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.css')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 94a1c96..36e7359 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -182,7 +182,7 @@ html.theme-light { /* Frosted glass bar (header/footer) */ .frosted-bar { - background-color: rgba(var(--bg2-rgb), 0.92); + background-color: rgba(var(--bg2-rgb), 0.75); backdrop-filter: blur(10px); box-shadow: 0 0 20px var(--accent-glow); /* border applied via utility classes in templates */ |
