Skip to content

Commit

Permalink
Merge pull request #1663 from mansi066/main
Browse files Browse the repository at this point in the history
fix the text visibility(Issue: #1648)
  • Loading branch information
ANSHIKA-26 authored Nov 4, 2024
2 parents cdb745f + e2f1b90 commit d81621d
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit d81621d

@vercel
Copy link

@vercel vercel bot commented on d81621d Nov 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.