From 7392ec0eb2278a5142cab59370933fbcaf3f6277 Mon Sep 17 00:00:00 2001 From: TeshuKatepalli Date: Wed, 15 Nov 2023 13:39:38 +0530 Subject: [PATCH] Updated the link color --- styles/Typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Typo.css b/styles/Typo.css index 43fd7ebb..2073f4f8 100644 --- a/styles/Typo.css +++ b/styles/Typo.css @@ -247,7 +247,7 @@ body { a { background: transparent; - color: var(--primary-color); + color: #ec8f2d; text-decoration: none; }