From 0feb450249ac8bc8425229130db74f84091a4223 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 17 Nov 2024 20:08:57 +0530 Subject: [PATCH] Fix inconsistent text colors in Subscribe section across different pages (e.g., finance.html and contact.html) --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index d2ae8e24..5184f4b6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2280,7 +2280,7 @@ p { .subscribe-content .subscribe-title { font-size: 35px; font-weight: 600; - /* color: white; */ + color: #2e2e2e; } @media only screen and (min-width: 992px) and (max-width: 1199px) {