[ prog / sol / mona ]

prog


the perfect homepage

14 2023-03-03 13:13

Dark mode is quite cheap in css:

1. Dark text on light background, textboard.org style
2. Put this in:
@media screen and (prefers-color-scheme: dark) {
body { background-color: black; color: white; }
}

28


VIP:

do not edit these