Light Mode #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue does not include the possibility for a light/dark mode toggle, merely proposes adding a light mode that the browser can apply automatically based on the system preference.
This would be done via
@media (prefers-color-scheme: light) {}since the website currently uses dark.
https://css-tricks.com/dark-modes-with-css/
https://github.com/Xe/Xess