From e934a95e6bdcb5485412bf927bd3651cc2c0a013 Mon Sep 17 00:00:00 2001 From: FrankOHara43 <111985913+FrankOHara43@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:06:52 +0530 Subject: [PATCH] Added box-shadow on toggle when hovered --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 7723df0..ecfa247 100644 --- a/css/style.css +++ b/css/style.css @@ -164,7 +164,7 @@ a { } .toggle:hover { - + box-shadow: 5px 10px 3px black; background: #E42692; }