Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
Allow dark theme only
  • Loading branch information
sansmoraxz committed May 23, 2024
1 parent 2296204 commit 5bd6676
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 @@ -7,7 +7,7 @@
line-height: 1.5;
font-weight: 400;

color-scheme: dark light;
color-scheme: dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

Expand Down

0 comments on commit 5bd6676

Please sign in to comment.