From 3b7590f96d29fdb6106f760d49ab13cd228b6916 Mon Sep 17 00:00:00 2001 From: Pulak-S Date: Sun, 21 Jul 2024 12:04:48 +0530 Subject: [PATCH] Know-more color updated --- styles/about.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/about.css b/styles/about.css index ef220fd..e8b654b 100644 --- a/styles/about.css +++ b/styles/about.css @@ -57,4 +57,7 @@ .logo-and-title i { font-size: 1.5rem; } - \ No newline at end of file + + .about-section .know-more { + color: var(--correct); + } \ No newline at end of file