PublicisSapient / enable-a11y

MIT License
11 stars 5 forks source link

WIP: adding necessary changes to view as dark mode #127

Open basiabaldwin opened 3 weeks ago

basiabaldwin commented 3 weeks ago

While the code I created does appear as dark mode (when these specific elements are changed in index.css), the code is not actually differentiating between light/dark mode (yet). Just doing this pull request so you can review how I did the changes. If you run the code currently, it will appear normally (light mode) but I attached screenshots of what the webpage looks like when the dark mode values would be used so you can compare it to the current webpage!

enable_dark1 enable_dark2 enable_dark3
basiabaldwin commented 3 weeks ago

Just adding a note that after adding changes to .less rather than .css, dark mode change is appearing now for index! Will continue working on changes for rest of pages.