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;
+}