From 136259dd1891b77049deb2c16fc7464d8aff23a4 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sat, 1 Jul 2023 01:08:25 +0200 Subject: [PATCH] fine tuning --- res/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/common.css b/res/common.css index f905327..f2d1002 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.5); + text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); } hr { display: none }