2
0

Fix color contrast in report modal (#33468)

This commit is contained in:
Claire
2025-01-06 17:24:32 +01:00
committed by GitHub
parent ea9b10d112
commit c692f69dba

View File

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