From b28a228a78b21c92d6c510bce4ffed3da99ce08b Mon Sep 17 00:00:00 2001 From: mansi066 Date: Mon, 4 Nov 2024 14:20:54 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 3d610916..63867437 100644 --- a/style.css +++ b/style.css @@ -456,22 +456,27 @@ body.dark-mode footer .phone{ color: #c74b3b; text-decoration: none; } -.feature-post .text-title { - color: #b0b0b0; /* Light grey color for titles */ -} +/* .feature-post .text-title { + color: #726464; /* Light grey color for titles */ + */ -.feature-post .secondary-title { +/* .feature-post .secondary-title { color: #a0a0a0; /* Slightly lighter grey for secondary text */ -} + */ .feature-post .text-secondary { - color: #9e9e9e; /* Light grey for date/time text */ + color: #5d5353; /* Light grey for date/time text */ } .feature-post a { text-decoration: none; /* Remove underline for links */ } - +/* [data-theme='dark'] .feature-post .text-title { + color: var(--text-color); +} +[data-theme='dark'] .feature-post .secondary-title { + color:var(--text-color); +} */ .form-popup { From e2f1b90bbaa474558207cd2415bd5fc8d1f10c5b Mon Sep 17 00:00:00 2001 From: mansi066 Date: Mon, 4 Nov 2024 14:59:51 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 63867437..4eebc570 100644 --- a/style.css +++ b/style.css @@ -458,15 +458,15 @@ body.dark-mode footer .phone{ } /* .feature-post .text-title { color: #726464; /* Light grey color for titles */ - */ + -/* .feature-post .secondary-title { - color: #a0a0a0; /* Slightly lighter grey for secondary text */ - */ + /* .feature-post .secondary-title { + color: #a0a0a0; /* Slightly lighter grey for secondary text*/ + */ -.feature-post .text-secondary { +/* .feature-post .text-secondary { color: #5d5353; /* Light grey for date/time text */ -} + */ .feature-post a { text-decoration: none; /* Remove underline for links */