From 8613dcc6544b5eca929c16ac5c8253b9ca435dc5 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sat, 1 Jul 2023 01:13:32 +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 f2d1002..dea0bf2 100644 --- a/res/common.css +++ b/res/common.css @@ -148,10 +148,10 @@ h6 { font-size: 0.9em } transform: translate3d(0,0,0); /* TESTING HARDWARE ACCEL */ - background-color: rgba(36, 36, 36, 0.55); + background-color: rgba(36, 36, 36, 0.62); /* -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);*/ - box-shadow: 3px 3px 15px rgba(0,0,0,0.85); + box-shadow: 3px 3px 15px rgba(0,0,0,0.8); overflow: hidden; border-radius: 15px; }