Fix color contrast in report modal (#33468)

pull/2934/head
Claire 2025-01-06 17:24:32 +01:00 committed by GitHub
parent ea9b10d112
commit c692f69dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ body > [data-popper-placement] {
padding: 0 10px;
.detailed-status__display-name {
color: lighten($inverted-text-color, 16%);
color: $dark-text-color;
span {
display: inline;