mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix dark background error on user-mention autosuggest (#7937)
This commit is contained in:
parent
f2d9a3c239
commit
7da74e3157
@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
.autosuggest-textarea__suggestions {
|
||||
background: darken($ui-base-color, 6%);
|
||||
background: lighten($ui-base-color, 4%);
|
||||
}
|
||||
|
||||
.autosuggest-textarea__suggestions__item {
|
||||
|
Loading…
Reference in New Issue
Block a user