From 663cbe3cdeea5e951ab86d26e5e35f741bdb5dee Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 28 Oct 2024 19:10:14 +0000 Subject: [PATCH] add branding here too!! :3 --- html/discover.ejs | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/html/discover.ejs b/html/discover.ejs index cec62c7d..6c8dc2d4 100644 --- a/html/discover.ejs +++ b/html/discover.ejs @@ -21,7 +21,7 @@ Poke | Discover - + @@ -30,10 +30,11 @@ - - - - + + + + + @@ -85,7 +86,6 @@ summary:hover{ color:#111111 } - :root { --text-primary: #fff; --text-secondary: #fff; @@ -134,14 +134,19 @@ summary:hover{ } .progress-bar { - position: absolute; + position: absolute; top: 0; left: 0; width: 0%; height: 100%; - background-color: purple; + background-image: linear-gradient(to right, + #ff0045, + #ff0e55, + #ff1d79 + ); transition: width 0.5s ease-in-out; } + .video > .info > .title { color: var(--text-primary) !important; font-weight: bold; @@ -296,8 +301,9 @@ margin-left: auto; width: 100%; } .video-grid > .video:hover{ -border:solid; +border:solid #ff0033; } + .video-grid > .video { border-radius: 16px; background: black; @@ -434,7 +440,7 @@ Popular Videos On Poke :3 -
+
@@ -460,9 +465,6 @@ Popular Videos On Poke :3