feat: light theme improvements and onboarding guide #30 and #31#41
Open
anshika-guleria wants to merge 2 commits into
Open
feat: light theme improvements and onboarding guide #30 and #31#41anshika-guleria wants to merge 2 commits into
anshika-guleria wants to merge 2 commits into
Conversation
|
@anshika-guleria is attempting to deploy a commit to the ashishkaranam06-9122's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Please check and let me know if anything feels off. Again, I am new to contribution making, so please let me know the problems thank you!! |
Author
Author
|
Please check @ashish-066 |
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.











Issues resolved
#31
#30
What I Did
I made two main changes to the frontend:
Fixed Light Theme Colors
Changed colors that didn't look good in light mode
Made text easier to read in light theme
Improved color contrast so everything is clear
Created Onboarding Guide
Added a guide to help new users understand the app
Explains all the main features step by step
Shows where to find important things like problems, challenges, and community
What It Solves
Better User Experience: Light theme now looks good and is easy to use
Easier for New Users: The onboarding guide helps beginners get started quickly
Accessibility: Better contrast makes it easier for everyone to read
Consistent Design: Light mode colors match the overall design system
Testing
✅ Tested light theme on all pages
✅ Checked that text is readable in light mode
✅ Verified onboarding guide is clear
✅ Made sure it works on mobile and desktop
Files Changed
Only frontend files were updated:
frontend/website/src/ - All the light theme fixes and improvements
Notes
This is frontend-only, no backend changes needed.