Fix relationship-tag background color (#2322)

lolsob-rspec
Jeong Arm 2023-07-23 21:40:37 +09:00 committed by GitHub
parent d6e767559c
commit 15561ace1b
1 changed files with 1 additions and 1 deletions

View File

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