Skip to content

Commit

Permalink
fix: remove dark mode in color-scheme (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK authored Nov 13, 2024
1 parent d525291 commit 916a8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
line-height: 1.5;
font-weight: 400;

color-scheme: light dark;
color-scheme: light;
color: #213547;
background-color: #ffffff;

Expand Down

0 comments on commit 916a8e7

Please sign in to comment.