In dark mode, most of the text and icons are not clearly visible because the text color is too close to the background color. This causes readability issues and makes navigation difficult.
Steps to Reproduce:
-
Open the website.
-
Switch to dark mode.
-
Scroll down to sections like Features, Support, and Quick Links.
Expected Behavior:
Text, icons, and links should remain clearly visible with enough contrast against the dark background.
Actual Behavior:
Text blends with the dark background, making it hard to read (see attached screenshots).
Screenshots


Suggested Fix:
Update dark mode CSS:
Use a lighter text color like #ffffff or #f5f5f5.
Ensure links have visible hover colors (e.g., #ff9800).
Check contrast with accessibility standards (WCAG).