Skip to content

🐛 Bug Report: Navigation Links Become Hard to Read on Hover #233

@pari-dubey1

Description

@pari-dubey1

📜 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

  1. Open the homepage
  2. Hover over navigation links such as Home
  3. 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)

Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions