From 2048f01f3df8760da3ffcfa0c609b56d422ef969 Mon Sep 17 00:00:00 2001 From: Harikrishnan R <128880349+harikrishnan669@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:50:14 +0530 Subject: [PATCH] Update style.css --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3968731..6e3db72 100644 --- a/style.css +++ b/style.css @@ -192,6 +192,7 @@ span { border-radius: 50%; margin: 3rem 1.5rem 3rem 0; transition: 0.3s ease; + color: #fff; } .social-icon a:hover { @@ -610,7 +611,9 @@ button:hover { font-weight: 500; margin: 0.5rem; } - +.projects .info a{ + color:#fff; +} @media screen and (max-width: 500px) { .projects .container { margin: auto;