Fix: Enhance Navbar Text Visibility with Brighter Hover Color #114#125
Open
priyanshu1044 wants to merge 1 commit intoDeadmanAbir:mainfrom
Open
Fix: Enhance Navbar Text Visibility with Brighter Hover Color #114#125priyanshu1044 wants to merge 1 commit intoDeadmanAbir:mainfrom
priyanshu1044 wants to merge 1 commit intoDeadmanAbir:mainfrom
Conversation
|
@priyanshu1044 is attempting to deploy a commit to the Sanjay Dutt's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #114 Improve Navbar Hover Interaction
Summary
This PR updates the hover effect styles for navigation links in the
main-nav.tsxcomponent to enhance visual feedback and improve user interaction.Changes Made
text-primaryinstead oftext-foreground/80hover:font-mediumfor a bolder feelhover:bg-neutral-100hover:dark:bg-neutral-700hover:border-b-2 hover:border-primarypx-2 py-1 rounded-lgThese changes apply to:
Why This Matters
Files Updated
src/components/main-nav.tsxIn Light Mode
This pull request includes changes to the
src/components/main-nav.tsxfile to enhance the visual styling of navigation items and the "Contact Us" link. The most important changes include updating the hover effects to improve user experience.Styling improvements:
src/components/main-nav.tsx: Updated the hover effects for navigation items to include changes in text color, font weight, and border styling.src/components/main-nav.tsx: Updated the hover effects for the "Contact Us" link to match the new navigation item styling.In Dark Mode
