From f25b3f4a7b0177bace4998f4fee5b4a08c5eb879 Mon Sep 17 00:00:00 2001 From: PULKIT MOOLCHANDANI <35989420+pulkitmoolchandani@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:36:21 +0530 Subject: [PATCH] Update main.css --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 9be3298..bfce092 100644 --- a/css/main.css +++ b/css/main.css @@ -246,7 +246,7 @@ section a:active{ } .green-color{ - color: #5139c0; + color: green; } .whatsapp { @@ -308,4 +308,4 @@ section a:active{ width: 90%; border-radius: 5px; box-shadow: 2px 3px 5px 3px rgba(15, 25, 53, 0.5); -} \ No newline at end of file +}