From 0a3a513872d8c2d27003e048413a51ee4859784a Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 16 Feb 2025 18:59:05 +0000 Subject: [PATCH] Removed text shadow from tags (Issue #5) --- bookface_light.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bookface_light.css b/bookface_light.css index 95be3ba..fc049d5 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1345,6 +1345,7 @@ a.tag.label, box-shadow: none !important; color: #0066FF !important; border: 1px solid #0066FF; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit;