From ab669393ee7ad7b6b7315670f0cd51dfce054be4 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Fri, 30 Jun 2023 22:41:20 +0200 Subject: [PATCH] fine tuning --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index 24d126a..e73a52f 100644 --- a/res/common.css +++ b/res/common.css @@ -25,7 +25,7 @@ body { background-size:cover; background-attachment:fixed; background-color: #222; - text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); + text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); } hr { display: none } @@ -142,7 +142,7 @@ h6 { font-size: 0.9em } margin: 0 auto 0 auto; padding: 5px; /* background-color: #2D2D2D;*/ - background-color: rgba(45, 45, 45, 0.75); + background-color: rgba(45, 45, 45, 0.65); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 3px 3px 20px black;