Skip to content

Commit

Permalink
fix(web): set color-scheme to normal
Browse files Browse the repository at this point in the history
fixes an issue with a black screen in game
  • Loading branch information
LukeWasTakenn committed Oct 27, 2022
1 parent a1d2607 commit a8fc5ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');

html {
color-scheme: normal !important;
}

body {
background: none !important;
margin: 0;
Expand Down

0 comments on commit a8fc5ca

Please sign in to comment.