From 5936f450397e39846af058c4339758dd200fc3a5 Mon Sep 17 00:00:00 2001 From: jerrylovescheese Date: Sat, 26 Aug 2023 14:16:24 +0800 Subject: [PATCH] Update style.css --- static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index c186b37..34d2eef 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -153,11 +153,15 @@ a { #link-list-1>li { background-color: #e5e5e5 !important; + z-index: 4; } #link-list-2 { background-color: rgba(247, 247, 247); - box-shadow: 0 0 1em 2.5em rgba(247, 247, 247); + box-shadow: 0 0 1em 1em rgba(247, 247, 247); + backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); + -moz-backdrop-filter: blur(12px); } } @@ -180,7 +184,7 @@ a { transition-delay: 0.3s; overflow: hidden; word-break: keep-all; - z-index: 6; + z-index: 10; } .navigation-bar:focus-within {