Skip to content

Commit

Permalink
Fix relationship-tag background color (mastodon#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela committed Jul 23, 2023
1 parent 9ec4310 commit 944c290
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -319,7 +319,7 @@
color: $white;
margin-bottom: 4px;
display: block;
background-color: $base-overlay-background;
background-color: rgba($black, 0.45);
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
Expand Down

0 comments on commit 944c290

Please sign in to comment.