From d14b4dc685538d56516064a3f9287389b472bb57 Mon Sep 17 00:00:00 2001 From: Kajal Mehta Date: Sun, 27 Oct 2024 23:56:33 +0530 Subject: [PATCH] text color changed Issue resolved: #935 --- pages/scholarship-feature/scholarships.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/scholarship-feature/scholarships.css b/pages/scholarship-feature/scholarships.css index e6b7364..97fc24a 100644 --- a/pages/scholarship-feature/scholarships.css +++ b/pages/scholarship-feature/scholarships.css @@ -158,13 +158,13 @@ p { .card h2 { font-size: 18px; /* Slightly smaller font */ - color: #f9f9f9; + color: black; } /* Card paragraph */ .card p { - color: #ccc; + color: #5a5757; font-size: 14px; /* Reduced font size */ margin: 8px 0; /* Smaller margin */ line-height: 1.4; /* Slightly tighter line spacing */