From 1f2eca001960400afed365d426d4836eb4e5faab Mon Sep 17 00:00:00 2001 From: lalitkumawat1m Date: Sat, 17 Jun 2023 09:43:28 +0530 Subject: [PATCH] Fix #130: color of social media logos --- components/Header/Header.jsx | 6 +++--- components/UI/Contact.jsx | 6 +++--- yarn.lock | 7 +------ 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/components/Header/Header.jsx b/components/Header/Header.jsx index 14aa8c9b..2cfbdff3 100644 --- a/components/Header/Header.jsx +++ b/components/Header/Header.jsx @@ -166,7 +166,7 @@ const Header = () => { target="_blank" title="Youtube Channel" id="youtube-channel" - className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color]`} + className={`cursor-pointer text-[#ffffff] hover:text-red-500`} rel="noreferrer" > @@ -188,7 +188,7 @@ const Header = () => { target="_blank" title="Twitter Account" id="twitter-account" - className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color]`} + className={`cursor-pointer text-[#ffffff] hover:text-blue-500`} rel="noreferrer" > @@ -199,7 +199,7 @@ const Header = () => { target="_blank" title="LinkedIn Account" id="linkedin-account" - className={`cursor-pointer text-[#ffffff] hover:text-[--site-theme-color]`} + className={`cursor-pointer text-[#ffffff] hover:text-blue-500`} rel="noreferrer" > diff --git a/components/UI/Contact.jsx b/components/UI/Contact.jsx index 412bb121..ca93dbd3 100644 --- a/components/UI/Contact.jsx +++ b/components/UI/Contact.jsx @@ -61,7 +61,7 @@ const Contact = () => {
{ {