From b36a8b44add00a500138e31d2435d8819a8cbab0 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 29 Jun 2023 01:59:53 +0200 Subject: [PATCH] background add blur to body-container, set transparency lower to 0.6 --- res/common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }