This PR adds dark mode functionality to the Contact Us page, enhancing user experience by allowing users to toggle between light and dark themes. The implementation includes new CSS for theme variables and JavaScript for toggling modes and persisting user preference.
Motivation: Improving accessibility and visual comfort for users in different lighting environments.
Dependencies: No additional dependencies were required for this change.
Fixes #974
Type of change
New Feature: Introduces dark/light mode functionality to the Contact Us page.
Chore: Refactored existing CSS to support theming with variables.
Bug fix (non-breaking change which fixes an issue)
What does this PR do?
This PR adds dark mode functionality to the Contact Us page, enhancing user experience by allowing users to toggle between light and dark themes. The implementation includes new CSS for theme variables and JavaScript for toggling modes and persisting user preference.
Motivation: Improving accessibility and visual comfort for users in different lighting environments.
Dependencies: No additional dependencies were required for this change.
Fixes #974
Type of change
New Feature: Introduces dark/light mode functionality to the Contact Us page.
Chore: Refactored existing CSS to support theming with variables.
Bug fix (non-breaking change which fixes an issue)
Chore (refactoring code, technical debt, workflow improvements)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
Screenshots
Mandatory Tasks