diff --git a/res/common.css b/res/common.css index 4f9bd04..f8e71d4 100644 --- a/res/common.css +++ b/res/common.css @@ -142,7 +142,10 @@ h6 { font-size: 0.9em } margin: 0 auto 0 auto; padding: 5px; /* background-color: #2D2D2D;*/ - background-color: rgba(45, 45, 45, 0.8); + background-color: rgba(45, 45, 45, 0.6); + -webkit-backdrop-filter: blur(20px); + backdrop-filter: blur(20px); + box-shadow: 3px 3px 20px black; overflow: hidden; border-radius: 15px; }