From b356e24d40e251bc6f11514da4427f5f7756ba08 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 6 Nov 2022 14:24:37 +0100 Subject: [PATCH] fix some issues :3 --- html/search.ejs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/html/search.ejs b/html/search.ejs index 586873c1..3e173f84 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -100,11 +100,12 @@ summary:hover{ src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff"); } - .video-list > .video { - background: #1c1c1c; -padding: 10px; -border-radius: 10px; - } +.video-list > .video { + background: #111; + padding: 10px; + border-radius: 10px; + border: #333 solid; +}