From e70b363c11526205e28256fe0bba2f7538fd9a3c Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Mar 2025 14:43:49 +0000 Subject: [PATCH] Redesign the watch page --- src/api/app/static/css/root.css | 4 ++-- src/api/app/templates/watch.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/app/static/css/root.css b/src/api/app/static/css/root.css index e935134..1004f87 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -68,9 +68,9 @@ video { position: relative; cursor: pointer; box-sizing: border-box; - border: solid 3px #cc4b0a; + border: solid 3px #000000; border-radius: 5px; - background: linear-gradient(90deg, #8404d9 0%, #cc4b0a 20%, #8404d9 90%, rgba(252, 176, 69, 0) 100%); + background: linear-gradient(90deg, #000000 0%, #3c57df 20%, #8404d9 90%, rgba(252, 176, 69, 0) 100%); } .gallery .gallery-item:hover img { diff --git a/src/api/app/templates/watch.html b/src/api/app/templates/watch.html index fad0eac..ab84841 100644 --- a/src/api/app/templates/watch.html +++ b/src/api/app/templates/watch.html @@ -43,7 +43,7 @@ -
+