From df892c7319026d3ba31481a21cd5c03c54488ea4 Mon Sep 17 00:00:00 2001 From: GautamPatil Date: Sun, 7 Apr 2024 12:09:32 +0530 Subject: [PATCH] CI CD --- src/components/styles/Hero.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/styles/Hero.module.css b/src/components/styles/Hero.module.css index 3074cf2..ca611af 100644 --- a/src/components/styles/Hero.module.css +++ b/src/components/styles/Hero.module.css @@ -41,7 +41,6 @@ .getStarted:hover{ text-decoration: none; background-color: black; - color:white; transition: .1s ease-in-out; }