0
0
Fork 0

Improve legibility of account/hashtag autosuggest (#31361)

This commit is contained in:
Michael Stanclift 2024-08-10 04:11:34 -05:00 committed by GitHub
parent 28411acebb
commit caf0164f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 3 deletions

View file

@ -559,3 +559,9 @@ a.sparkline {
.report-dialog-modal__textarea {
background: darken($ui-base-color, 10%);
}
.autosuggest-account {
.display-name__account {
color: $dark-text-color;
}
}