From ef668a9b7f21ffed1adec0691d9cb305ac6a97eb Mon Sep 17 00:00:00 2001 From: Philip Ndegwa <47809816+Notyohclone@users.noreply.github.com> Date: Sat, 14 May 2022 17:49:40 +0300 Subject: [PATCH] Change color to green This fixes https://github.com/reactdeveloperske/the-next-project/issues/1#issue-1235973685 --- styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 32a57d5..7ea1a12 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -29,7 +29,7 @@ } .title a { - color: #0070f3; + color: #24d102c7; text-decoration: none; }