From 2abafeb8c2827c26421f9f2319cba0fb2390874e Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sun, 16 Feb 2025 18:58:22 +0000 Subject: [PATCH] Removed text shadow from tags (Issue #5) --- bookface_dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bookface_dark.css b/bookface_dark.css index f1e33ea..835e8b0 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1345,6 +1345,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;