2
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
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;
}
}