From b91e7ca86a2d85930a576b2cd959823bf76ac769 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Thu, 23 Feb 2023 11:10:19 +1100 Subject: [PATCH] Set dark theme in CSS --- TableturfBattleClient/tableturf.css | 1 + 1 file changed, 1 insertion(+) diff --git a/TableturfBattleClient/tableturf.css b/TableturfBattleClient/tableturf.css index 777db88..5050eab 100644 --- a/TableturfBattleClient/tableturf.css +++ b/TableturfBattleClient/tableturf.css @@ -11,6 +11,7 @@ body, dialog { color: white; background: black; + color-scheme: dark; } body { margin: 0;