From a94cf0a2b81e8b66482aa5416a6bf30e51f46760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Wed, 1 Nov 2023 12:16:34 +0100 Subject: [PATCH] Specify dark mode. Fixes black text appearing on very dark background. --- assets/videoSyncInterface.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/videoSyncInterface.html b/assets/videoSyncInterface.html index 31afc1f..6b51540 100644 --- a/assets/videoSyncInterface.html +++ b/assets/videoSyncInterface.html @@ -160,6 +160,11 @@ position: relative; top: 1px; } + + body { + background-color: #333333; + color:white; + }