fix: Fix input focus and placeholder color for footer section

This commit is contained in:
JY Hsu 2024-10-22 00:07:21 +08:00
parent aa9b49b318
commit 33c6d8ffc5

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');
}
}