Skip to content

Commit

Permalink
Fix input focus and placeholder color for footer section (#1005)
Browse files Browse the repository at this point in the history
Co-authored-by: Emruz Hossain <[email protected]>
  • Loading branch information
joyao and hossainemruz authored Oct 24, 2024
1 parent 024ffa7 commit 515b7eb
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 515b7eb

Please sign in to comment.