From a499c0efb3be6cc9f6b8a1b8eee8caca1ddf752c Mon Sep 17 00:00:00 2001 From: mathew muohi Date: Sat, 16 Mar 2024 16:40:22 +0300 Subject: [PATCH] add the cursor pointer --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 05cbd41..b3bf7a6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -79,6 +79,7 @@ body { #sign-in:hover { color: #670B78; + cursor: pointer; } #contact-sales { @@ -100,6 +101,7 @@ body { background-color: #ffffff; box-shadow: 0px 0px 5px #670B78; border-radius: 100vw; + cursor: pointer; } .menu_icon {