Removed text shadow from tags (Issue #5)

This commit is contained in:
Random Penguin 2025-02-16 18:58:22 +00:00
parent cc8f252f59
commit 2abafeb8c2

View file

@ -1345,6 +1345,7 @@ a.tag.label,
box-shadow: none !important; box-shadow: none !important;
color: #05d8fb !important; color: #05d8fb !important;
border: 1px solid #05d8fb; border: 1px solid #05d8fb;
text-shadow: none !important;
} }
.wall-item-bottom .label { .wall-item-bottom .label {
color: inherit; color: inherit;