Avdhesh-Varshney / WebMasterLog

A record of Unique Web Development Projects made with Angular, Next, Node, React, ExpressJS, Redux, Vanilla, Vue, etc. Technologies...
https://web-master-log.vercel.app
MIT License
93 stars 181 forks source link

🧑‍💻: Improve Navbar Color Contrast for Better Font Visibility #735

Closed lovelymahor closed 1 month ago

lovelymahor commented 3 months ago

:red_circle: Title : :red_circle: Enhancement Aim :

The current color contrast of the navbar does not provide clear visibility of the font, making it difficult for users to read the text. This issue affects the overall user experience and accessibility of the website.

:red_circle: Changes :

Update the CSS file to change the navbar background color. Update the CSS file to change the navbar font color. Test the changes using the color contrast checker to ensure compliance with accessibility standards. Review and test across different devices and screen resolutions to ensure consistency.

Screenshots 📷

Screenshot (335)


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 3 months ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

Avdhesh-Varshney commented 3 months ago

It's related to light/dark mode. I've already created isDarkMode variable. You've to customize it using inline css or tailwind css only. No external css allowed.

lovelymahor commented 3 months ago

@Avdhesh-Varshney, can you please tell me the commands for running this repository on localhost?

Avdhesh-Varshney commented 3 months ago

It's just a react project.

VITE_GITHUB_REPO_URL=https://api.github.com/repos/Avdhesh-Varshney/WebMasterLog VITE_MAIN_BRANCH_URL=https://github.com/Avdhesh-Varshney/WebMasterLog/raw/main