Skip to content

Commit

Permalink
Merge pull request #1220 from vishanurag/Anurag-Branch
Browse files Browse the repository at this point in the history
fix: email subscription box colour issue in dark-mode
  • Loading branch information
apu52 authored Jul 25, 2024
2 parents f73850e + bf4c35b commit 3a84189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ body.light-theme #emailInput {
color: black;
}

body.dark-theme #emailInput {
body.dark-theme #emailInput, body.dark-theme #subscriptionForm {
background-color: #222f4b;
color: white;
}
Expand Down

0 comments on commit 3a84189

Please sign in to comment.