docs
Theming
Every color is a CSS custom property.
Override any token in tokens.css from your own site’s CSS:
| Token | Default | Purpose |
|---|---|---|
--accent | #4f46e5 | Links, buttons, active nav |
--bg / --fg | light/dark pair | Page background / text |
--font-head | system stack | Headings |
:root { --accent: #0f766e; }