From b8a79c8ed6463108cd6d545d317830e4cb6e525f Mon Sep 17 00:00:00 2001
From: Ashley <iamashley@duck.com>
Date: Mon, 13 Feb 2023 11:31:41 +0000
Subject: [PATCH] even more hover effects hell yeah

---
 html/main.ejs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/html/main.ejs b/html/main.ejs
index 9c3db0b1..28566382 100644
--- a/html/main.ejs
+++ b/html/main.ejs
@@ -294,7 +294,9 @@ margin-left: 2em;
         .channel-info-container > img {
   width: 100%;
 }
- 
+  .video-grid > .video:hover{
+border:solid;
+}                  
  .video-grid > .video {
   border-radius: 16px;
   background: black;