From 697520b83e5aef7f5ee1fa0dee05226243f9c530 Mon Sep 17 00:00:00 2001 From: SumitthThota Date: Thu, 17 Oct 2024 18:15:33 +0530 Subject: [PATCH] Hover effect successfully added to Login & Register Buttons --- assets/css/style.css | 1 + index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 59db07de..a38b5b2c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -617,6 +617,7 @@ html { .navbar-link:is(:hover, :focus) { background-color: var(--pistachio); + transition: 1.5s ease-in-out; } .header-action { diff --git a/index.html b/index.html index 96f03d4e..7e00fa1e 100644 --- a/index.html +++ b/index.html @@ -143,13 +143,13 @@