diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-14 10:21:25 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-14 10:21:25 -0300 |
| commit | 8eb313a9bf980c5a0184265b3f1f8aa2fc6257f2 (patch) | |
| tree | 4985cdd09412ebb9440d306d99419447c5ae86fb | |
| parent | da563e9900ba56f9efb1d63254a21131411e8bf3 (diff) | |
css: fix stray banner z-index
This was left on accident from testing, and broke layering (ofc) for the banner reflection effect.
| -rw-r--r-- | src/static/css/site.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 303277d9..55410bdb 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -90,7 +90,6 @@ body::before, .wallpaper-part { #banner { margin: 10px calc(-1 * var(--page-border-width)); position: relative; - z-index: 2; --banner-shine: 4%; -webkit-box-reflect: below -12px linear-gradient(transparent, color-mix(in srgb, transparent, var(--banner-shine) white)); |