Skip to content

Commit

Permalink
fix: Fix input focus and placeholder color for footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
joyao committed Oct 21, 2024
1 parent aa9b49b commit 33c6d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles/sections/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}

Expand Down

0 comments on commit 33c6d8f

Please sign in to comment.