Closed basilleaf closed 3 years ago
this adds style hooks for dark mode, for now just controlled by adding an url hash #dark
to view it, add #dark to the url http://localhost:3000/#dark
these are placeholder colors, all the colors can be edited in src/shared.scss
src/shared.scss
adds displayMode state to App.js
displayMode
App.js
todo: the What's This? button is an svg image, so need one for dark mode (add it in renderButton in src/Info.js
this adds style hooks for dark mode, for now just controlled by adding an url hash #dark
to view it, add #dark to the url http://localhost:3000/#dark
these are placeholder colors, all the colors can be edited in
src/shared.scss
adds
displayMode
state toApp.js
todo: the What's This? button is an svg image, so need one for dark mode (add it in renderButton in src/Info.js