[Bug Fix] Dark Mode inconsistency on About page #672
Merged
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.
Description
This pull request fixes the inconsistency where the About page did not switch to Dark Mode while other pages adapted correctly. The changes ensure that the saved Dark Mode preference from localStorage is applied on the About page and that all About page elements follow the Dark Mode styling for a uniform user experience.
The issue was reported in [Issue #597 ] (replace with the actual issue number), and this PR resolves it by ensuring the About page now properly respects Dark Mode settings.
Type of change
Bug fix
How Has This Been Tested?
Enabled Dark Mode on the Home page and navigated to the About page to confirm proper Dark Mode application.
Toggled Dark Mode on the About page to verify synchronization across the entire application.
Tested manually across multiple browsers (Chrome, Firefox) for consistent behavior.
Checked that no other UI elements were negatively impacted by this fix.
Checklist:
My code follows the style guidelines of this project
I have performed a self-review of my code
I have commented my code where necessary
I have added tests that prove my fix is effective or that my feature works
I have made corresponding changes to the documentation if necessary