mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Removed text shadow from tags (Issue #5)
This commit is contained in:
parent
56d883b85d
commit
cc8f252f59
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue