UI Improvements: Dark Mode Fixes, Extended Semesters, and Content Card Styling#377
Open
anjali1521 wants to merge 1 commit into
Open
UI Improvements: Dark Mode Fixes, Extended Semesters, and Content Card Styling#377anjali1521 wants to merge 1 commit into
anjali1521 wants to merge 1 commit into
Conversation
|
@anjali1521 is attempting to deploy a commit to the Lovely Mahour'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.
Summary of Changes
I worked on the UI and dark-mode styling in the forked StudyMatePlus repo to fix visibility and readability issues.
1. Dark Mode Headings
Before:


In dark mode heading is not visible in each section and in each page
Ex: FAQ in dark mode
In light mode: Heading is visible
ex 2.) Same in other pages in dark more content is not visible:

After:

Dark mode heading fixed
Ex 2)

2. Extended Semesters
Before:

[Semester limited in both syllabus and notes page](before-
After:

](https://private-user-images.githubusercontent.com/180855170/600593279-f2c1929f-5175-491c-836b-25c14fac9cec.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODAyOTA4MzcsIm5iZiI6MTc4MDI5MDUzNywicGF0aCI6Ii8xODA4NTUxNzAvNjAwNTkzMjc5LWYyYzE5MjlmLTUxNzUtNDkxYy04MzZiLTI1YzE0ZmFjOWNlYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwNjAxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDYwMVQwNTA4NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMGYwY2ZlNjg0MDhlYzUxZjgzYzExYzg3NTFmYTljZjNjOTMwZTI1NmU5NzY2NzlhNzYxY2FlZDkzMWY2Njg4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ.zOGfgnkGVoS9jmLmYo30wOh4T45-vtoSTGLzSzk1Fko)
[Overflow issue] before-
After:

[Card fixed](after-
4. Improved white card
-Improved white card separation using subtle transparency, blue borders, and stronger hover shadows
ex:

Why These Changes Matter
@lovelymahor Please review this PR.