From 741456adb845f848a5a5f38da3e94eb7f6d667ef Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 13 Feb 2023 11:33:23 +0000 Subject: [PATCH] add hover effects!! --- html/search.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/search.ejs b/html/search.ejs index d23fdbf..caf736f 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -155,6 +155,9 @@ text-rendering: auto; border-collapse: separate; table-layout: auto; } +.video:hover{ +border:solid; +} .tabs.tabs-center { margin: auto; }