Fixed placeholder color when dark mode is applied.

This commit is contained in:
Stefan Bohacek 2024-05-20 09:28:01 -04:00
parent 1fd2c94628
commit 76552b06f2
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
2 changed files with 9 additions and 1 deletions

View file

@ -79,6 +79,14 @@ input.fsb-input {
border-bottom-left-radius: 0;
}
input.fsb-input ::placeholder,
input.fsb-input ::-ms-input-placeholder {
color: #3e3e3e;
opacity: 1;
}
button.fsb-button {
box-sizing: border-box;
background-color: #fff;