Fix dark mode visibility issues across analytics, syllabus, notes, an…#298
Open
GAURI167007 wants to merge 1 commit into
Open
Fix dark mode visibility issues across analytics, syllabus, notes, an…#298GAURI167007 wants to merge 1 commit into
GAURI167007 wants to merge 1 commit into
Conversation
|
@GAURI167007 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.
Related Issue
Closes #295
Dark Mode Visibility & Readability Improvements
Overview
This PR fixes multiple dark mode UI visibility issues across the Analytics, Syllabus, Notes, and Feedback pages.
Several sections across the website had text becoming invisible or difficult to read in dark mode because light-colored containers were combined with white/light text styles. This PR improves accessibility, readability, and overall UI consistency while preserving the existing visual design and animations.
The fixes were carefully implemented using scoped dark mode CSS overrides so the light theme remains completely unaffected.
Changes Made
1. Analytics Page Improvements
Fixed Dark Mode Visibility Issues
Resolved invisible or low-contrast text issues in:
Improvements Added
Technical Changes
Added dark mode scoped styling using:
Updated:
2. Syllabus Page Improvements
Fixed Issues
Resolved major dark mode problems where:
UI Enhancements
Updated visibility for:
Important Design Decision
The original UI design was preserved:
Technical Changes
Added scoped dark mode overrides for:
Updated:
3. Notes Page Improvements
Fixed Issues
Applied the same dark mode fixes used in other pages to ensure consistency.
Updated Components
Fixed visibility problems in:
Improvements
4. Feedback Page Improvements
Fixed Major Visibility Problems
Several texts inside feedback cards and containers became invisible in dark mode.
This PR resolves issues affecting:
Additional Fixes
Updated:
Technical Changes
Added dark mode-specific overrides using:
Updated:
Accessibility Improvements
Enhanced Readability
Responsive Compatibility
Verified fixes across:
Theme Consistency
Technical Summary
CSS Improvements
Implemented scoped dark mode fixes using:
This approach:
Components Updated
Preserved Existing Features
Result
The website now provides:
All major dark mode visibility issues reported in #295 have been resolved successfully.
EXAMPLE:
BEFORE:
AFTER: