issues
search
CodeReadingClubs
/
annotation-tool
https://annotate.codereading.club
MIT License
22
stars
1
forks
source link
Dark mode
#7
Open
danfishgold
opened
3 years ago
danfishgold
commented
3 years ago
Use CSS custom properties
Use
@media (prefers-color-scheme: dark)
media queries
Add a toggle on the page as well
Save the preference in localStorage
Update all open tabs (see
this post
)
Make sure exporting to png still works (somehow)
@media (prefers-color-scheme: dark)
media queries