diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index 10479ed..5ed26c1 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -8,7 +8,7 @@ font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: black; + background-color: #212529; color: #fff; } @@ -28,7 +28,7 @@ } .gallery-item img { - max-height: 320px; + max-height: 480px; width: 100%; height: auto; display: block; @@ -85,4 +85,4 @@ - \ No newline at end of file + diff --git a/src/scheduler/templates/watch.html b/src/scheduler/templates/watch.html index df502c5..5607282 100644 --- a/src/scheduler/templates/watch.html +++ b/src/scheduler/templates/watch.html @@ -20,7 +20,7 @@ justify-content: center; align-items: center; height: 100vh; - background-color: #000; + background-color: #212529; } #player-container { @@ -48,4 +48,4 @@ - \ No newline at end of file +