fix(web): set color-scheme to normal

fixes an issue with a black screen in game
This commit is contained in:
Luke
2022-10-27 23:24:38 +02:00
parent a1d2607286
commit a8fc5caaae

View File

@@ -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;