Skip to content

Commit

Permalink
Fix placeholder contrast and toggle design in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganveerbawa committed Nov 9, 2024
1 parent 37ee2a4 commit cd07bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ button:hover {
.header .search-form input {
width: 100%;
font-size: 1.6rem;
color: var(--text-color);
color: black;
padding: 0.5rem;
border: none;
outline: none;
Expand Down

0 comments on commit cd07bdc

Please sign in to comment.