diff --git a/style.css b/style.css index 3d610916..4eebc570 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 { - color: #a0a0a0; /* Slightly lighter grey for secondary text */ -} + /* .feature-post .secondary-title { + color: #a0a0a0; /* Slightly lighter grey for secondary text*/ + */ -.feature-post .text-secondary { - color: #9e9e9e; /* Light grey for date/time text */ -} +/* .feature-post .text-secondary { + 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 {