Ahsankhalid618 / SkillSync

SkillSync is a project that helps developers create stunning profiles by seamlessly fetching data from GitHub and LeetCode. With customizable features like profile images, banners, skill visualizations, and social links, Skillsync empowers you to showcase your expertise effortlessly. Built with Next.js 14, MongoDB, and more.
https://profile-sable-nu.vercel.app
MIT License
4 stars 4 forks source link

navbar font not visible in light mode #1

Open AMISH-KHAN opened 1 day ago

AMISH-KHAN commented 1 day ago

currently in light mode the navbar font color is black. but due to black bacground image, it is not visible

skillsync

note: I know this is an easy task but I want to explore this project for further contribution so please assigned this to me under hakctoberfest

Ahsankhalid618 commented 1 day ago

Alright, go ahead. I am assigning this to you. Kindly post a Screenshot of the changes before raising a PR.

Leave a ⭐to the repo if you find it worthy.

AMISH-KHAN commented 14 hours ago

image this is what i did If its okay.. I will create a pr

Ahsankhalid618 commented 13 hours ago

@AMISH-KHAN What did you change? It's almost same as before

AMISH-KHAN commented 13 hours ago

@Ahsankhalid618 I have changed the background color of the navbar from black to white so that black font color is visible. I cannot change the font color itself because that creates issue in mobile view.

if you can compare both pictures you can notice the change that is the login and dark mode text are visible in the second one

Ahsankhalid618 commented 13 hours ago

Currently in production environment, It's almost look right but still if you want to add changes, just add a new color to the nav text in light mode that should match with the UI, or enhance the nav color itself.

image image