spacehackers / luti

Apache License 2.0
1 stars 2 forks source link

adds displayMode state and dark mode styles #138

Closed basilleaf closed 3 years ago

basilleaf commented 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

adds displayMode state to 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