From a8fc5caaae5b4350b287a03a06e0bcf28caa1bb3 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 27 Oct 2022 23:24:38 +0200 Subject: [PATCH] fix(web): set color-scheme to normal fixes an issue with a black screen in game --- web/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/index.css b/web/src/index.css index 47af1e3..38aaccb 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -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;