From 2d7c4fd97c177259eb00d8b32b975f7a3c87314e Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 19 Jan 2024 01:50:47 +0200 Subject: [PATCH] change background colour to black --- src/scheduler/templates/watch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scheduler/templates/watch.html b/src/scheduler/templates/watch.html index 67db055..c864e54 100644 --- a/src/scheduler/templates/watch.html +++ b/src/scheduler/templates/watch.html @@ -12,7 +12,7 @@ justify-content: center; align-items: center; height: 100vh; - background-color: #f0f0f0; + background-color: #000; } #player-container { @@ -40,4 +40,4 @@ - + \ No newline at end of file