Closed AdityaGahukar closed 1 month ago
Fixes #67
This PR updates the search box background and text color specifically for dark mode to improve readability and user experience.
--principal-text-color
--primary-text-color
--primary-text-color: #121212;
Before
After
Feel free to review and provide any feedback. Thanks!
Fixes #67
Description:
This PR updates the search box background and text color specifically for dark mode to improve readability and user experience.
Changes:
--principal-text-color
(white).--primary-text-color
(black) in dark mode.Before:
--primary-text-color: #121212;
) in both light and dark modes, making it harder to see in dark mode.After:
Testing:
Screenshots:
Before
After
Feel free to review and provide any feedback. Thanks!