From 7b692d7a2661946085a0e4df72ab7aba5dd0be31 Mon Sep 17 00:00:00 2001 From: CostasAK Date: Sun, 21 Jul 2024 18:33:56 +0200 Subject: [PATCH] feat: add subtle text shadow globally --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index c5fb80d..0f433e8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,6 +5,7 @@ html { font-synthesis: none; text-rendering: optimizeLegibility; + text-shadow: 1px 1px #1717177f; } img[src$=".gif"],