Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ§‘β€πŸ’»: Improve Navbar Color Contrast for Better Font Visibility #735

Closed
lovelymahor opened this issue Aug 4, 2024 · 4 comments

Comments

@lovelymahor
Copy link

πŸ”΄ Title :
πŸ”΄ 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.

πŸ”΄ 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)


βœ… To be Mentioned while taking the issue :

  • Full name :
  • What is your participant role? (Mention the Open Source Program name. Eg. GSSOC, SSOC, JWOC, etc.)
    GSSOC

Happy Contributing πŸš€

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

@lovelymahor lovelymahor added enhancement πŸ§‘β€πŸ’» New feature or request Up-for-Grabs βœ‹ Issues are opened for the contributors labels Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

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

@Avdhesh-Varshney
Copy link
Owner

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
Copy link
Author

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

@Avdhesh-Varshney
Copy link
Owner

It's just a react project.

  • npm i
  • create a .env file and keep the below urls in it.
  • npm run dev

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants