From 4a970da2f177ba460abc817e6fc8dee9de1fc99f Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Thu, 29 Jun 2023 02:08:17 +0200 Subject: [PATCH] finetuning :) --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index 94d7760..24d126a 100644 --- a/res/common.css +++ b/res/common.css @@ -143,8 +143,8 @@ h6 { font-size: 0.9em } padding: 5px; /* background-color: #2D2D2D;*/ background-color: rgba(45, 45, 45, 0.75); - -webkit-backdrop-filter: blur(16px); - backdrop-filter: blur(16px); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); box-shadow: 3px 3px 20px black; overflow: hidden; border-radius: 15px;