📜 Description
Description
The navigation links in the navbar (such as Home) become difficult to read when hovered due to low contrast between the text color and background color. The hover styling reduces visibility and affects the overall user experience.
Steps to Reproduce
- Open the homepage
- Hover over navigation links such as
Home
- Observe the text visibility during hover state
Expected Behavior
Navigation links should remain clearly visible and readable during hover interactions with proper contrast.
Actual Behavior
The hovered navigation link text becomes faded/light and difficult to read against the background.
Suggested Fix
- Improve hover text contrast
- Use darker/lighter hover colors depending on theme
- Ensure accessibility-friendly hover styling
Example:
.nav-link:hover {
color: #111;
background-color: #f0f0f0;
}
Additional Context
This issue affects the navbar usability and visual consistency.
Labels
bug frontend navbar ui-ux good first issue
What browsers are you seeing the problem on?
Chrome
📃 Relevant Screenshots (Links)

📜 Description
Description
The navigation links in the navbar (such as
Home) become difficult to read when hovered due to low contrast between the text color and background color. The hover styling reduces visibility and affects the overall user experience.Steps to Reproduce
HomeExpected Behavior
Navigation links should remain clearly visible and readable during hover interactions with proper contrast.
Actual Behavior
The hovered navigation link text becomes faded/light and difficult to read against the background.
Suggested Fix
Example:
Additional Context
This issue affects the navbar usability and visual consistency.
Labels
bugfrontendnavbarui-uxgood first issueWhat browsers are you seeing the problem on?
Chrome
📃 Relevant Screenshots (Links)