Merge remote-tracking branch 'parent/main' into upstream-20240404

This commit is contained in:
KMY 2024-04-04 12:02:18 +09:00
commit dd98f9a9a7
21 changed files with 194 additions and 83 deletions

View file

@ -477,10 +477,7 @@ html {
color: $white;
}
.compose-form,
.spoiler-input__input,
.search__input,
.search__popout {
.compose-form .spoiler-input__input {
color: lighten($ui-highlight-color, 8%);
}
@ -488,6 +485,8 @@ html {
.compose-form__highlightable,
.search__input,
.search__popout,
.emoji-mart-search input,
.language-dropdown__dropdown .emoji-mart-search input,
.poll__option input[type='text'] {
background: darken($ui-base-color, 10%);
}