Skip to content

Commit

Permalink
[Dark-mode] Firefox search text color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Apr 6, 2024
1 parent 6018506 commit 9080555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
&.form-control:focus {
border-color: tint-color($primary, 95%);
box-shadow: 0 0 0 2px tint-color($primary, 40%);
color: initial;
color: var(--bs-body-color);
}

// Styling adjustments for the navbar
Expand Down

0 comments on commit 9080555

Please sign in to comment.