Closed schnellecom closed 2 months ago
Also has button to manually switch, which only applies to current page. Takes default from user settings via @media (prefers-color-scheme: dark).
@media (prefers-color-scheme: dark)
Part of the idea is from here: https://github.com/just-the-docs/just-the-docs/issues/234#issuecomment-770099584
Just tested this locally and it looks amazing!
Also has button to manually switch, which only applies to current page. Takes default from user settings via
@media (prefers-color-scheme: dark)
.