Fix for "follows you" indicator in light web UI not readable (#25993)

This commit is contained in:
Michael Stanclift 2023-07-17 04:51:00 -05:00 committed by GitHub
parent f17acbca33
commit 97ce47e451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4390,7 +4390,7 @@ a.status-card.compact:hover {
}
.relationship-tag {
color: $primary-text-color;
color: $white;
margin-bottom: 4px;
display: block;
background-color: rgba($black, 0.45);