From dc0995d7801ce46a39837dddc382cc8ac8526485 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Wed, 28 Jun 2023 14:36:26 +0200 Subject: [PATCH] slight text-shadow supports readability --- res/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/common.css b/res/common.css index 7a68f05..e18ea46 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); } hr { display: none }