From e88316b7c5f9ffdfb1528fb3eb2bf65d61578594 Mon Sep 17 00:00:00 2001 From: Son7c Date: Tue, 8 Oct 2024 23:53:20 +0530 Subject: [PATCH] Update style.css Contact description text made visible --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2cc56c2f..ca5738e8 100644 --- a/style.css +++ b/style.css @@ -1388,7 +1388,7 @@ justify-content: center; color: #a9a9a9; } .description { - color: #4b5563; + color: white; margin-top: 1rem; font-size: 1.25rem; }