Fix relationship-tag background color (#2322)

local
Jeong Arm 10 months ago committed by GitHub
parent 9ec43107f2
commit 944c29033d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/flavours/glitch/styles/components/accounts.scss

@ -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;

Loading…
Cancel
Save