fix: Fix input focus and placeholder color for footer section
This commit is contained in:
parent
aa9b49b318
commit
33c6d8ffc5
1 changed files with 4 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue