From cc8f252f59cfb565b6887fccf806eed49bc52e89 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 16 Feb 2025 18:57:17 +0000 Subject: [PATCH] Removed text shadow from tags (Issue #5) --- bookface_auto.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookface_auto.css b/bookface_auto.css index b4ed0f7..aeaf9a1 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1348,6 +1348,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; @@ -3557,6 +3558,7 @@ a.tag.label, box-shadow: none !important; color: #05d8fb !important; border: 1px solid #05d8fb; + text-shadow: none !important; } .wall-item-bottom .label { color: inherit;