[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
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; } }
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode