Fix input focus and placeholder color for footer section (#1005)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
JY Hsu 2024-10-24 23:54:40 +08:00 committed by GitHub
parent 024ffa7b48
commit 515b7eb3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,6 +97,10 @@ html[data-theme='dark'] {
background-color: get-dark-color('bg-primary');
&:focus {
background-color: get-dark-color('bg-secondary');
color: get-dark-color('text-color');
}
&::placeholder {
color: get-dark-color('muted-text-color');
}
}