From a4510bf1ecc327a0a2236ec8241e2c77094bdd74 Mon Sep 17 00:00:00 2001 From: VinayJangotra <109384165+VinayJangotra@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:07:50 +0530 Subject: [PATCH] Remove hover effecrt on the card --- frontend/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 6b0571e..2ad4798 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1393,7 +1393,7 @@ nav .hamburger { text-decoration: none; transition: background-color 0.3s ease; } - +/* .link_404:hover { background-color: #555; } @@ -1409,4 +1409,4 @@ nav .hamburger { .card:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); -} \ No newline at end of file +} */ \ No newline at end of file