design modular theming system

This commit is contained in:
do butterflies cry? 2026-02-03 13:05:53 +10:00
parent e974170ff0
commit 1161db28fd
9 changed files with 114 additions and 0 deletions

3
www/css/themes/README.md Normal file
View file

@ -0,0 +1,3 @@
We're exploiting the fact that css variables are computed lazily.
That way we only have to write one file in `./maps/` for all the
theme variants we need. **Way** less boilerplate.