mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 17:14:15 -05:00
Fix relationship-tag background color (#2322)
This commit is contained in:
parent
9ec43107f2
commit
944c29033d
@ -319,7 +319,7 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: $base-overlay-background;
|
background-color: rgba($black, 0.45);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
Reference in New Issue
Block a user