diff options
Diffstat (limited to 'src/static/css/site.css')
| -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)); |