Theming

Every color is a CSS custom property.

Override any token in tokens.css from your own site’s CSS:

TokenDefaultPurpose
--accent#4f46e5Links, buttons, active nav
--bg / --fglight/dark pairPage background / text
--font-headsystem stackHeadings
:root { --accent: #0f766e; }
Created: 2026-01-01