Skip to content

Commit

Permalink
Fix newsletter subscribe input field invisible on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Savjee committed Nov 6, 2024
1 parent 47acef4 commit 72e8d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/_assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

input,
input[type=text]{
@apply border border-savjeelightgrey4 py-2.5 px-4 outline-none
@apply border border-savjeelightgrey4 py-2.5 px-4 outline-none dark:text-savjeeblack
}

input:focus,
Expand Down

0 comments on commit 72e8d67

Please sign in to comment.