mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 11:36:55 +01:00
Fix unreadable placeholder text color in high contrast theme in web UI (#14803)
Fix #14717
This commit is contained in:
parent
b6985fdb6c
commit
bbcbf12215
1 changed files with 5 additions and 0 deletions
|
@ -75,3 +75,8 @@
|
||||||
.public-layout .public-account-header__tabs__tabs .counter.active::after {
|
.public-layout .public-account-header__tabs__tabs .counter.active::after {
|
||||||
border-bottom: 4px solid $ui-highlight-color;
|
border-bottom: 4px solid $ui-highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compose-form .autosuggest-textarea__textarea::placeholder,
|
||||||
|
.compose-form .spoiler-input__input::placeholder {
|
||||||
|
color: $inverted-text-color;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue