Fix: global search text illegible in light mode (#6602)

This commit is contained in:
shamoon 2024-05-07 01:48:47 -07:00 committed by GitHub
parent 190b648c72
commit fda4742e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ form {
transition: all .3s ease, padding-left 0s ease, background-color 0s ease; // Safari requires all
> input {
outline: none;
color: var(--pngx-primary-text-contrast);
&::placeholder {
color: rgba(255, 255, 255, 0.4);