Removed text shadow from tags (Issue #5)

This commit is contained in:
Random Penguin 2025-02-16 18:57:17 +00:00
parent 56d883b85d
commit cc8f252f59

View file

@ -1348,6 +1348,7 @@ a.tag.label,
box-shadow: none !important; box-shadow: none !important;
color: #0066FF !important; color: #0066FF !important;
border: 1px solid #0066FF; border: 1px solid #0066FF;
text-shadow: none !important;
} }
.wall-item-bottom .label { .wall-item-bottom .label {
color: inherit; color: inherit;
@ -3557,6 +3558,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;