Skip to main content

Customize

The theme uses CSS variables. Override them in your own custom.css if you want:

VariableDefaultPurpose
--accent#22d3eeLinks, active states, accent color
--bg-base#0a0a0fBackground
--text-primary#f4f4f5Main text
--font-displaySyneHeadings
--font-bodyIBM Plex SansBody text

Example — change accent to purple:

:root {
--accent: #a78bfa;
--accent-glow: rgba(167, 139, 250, 0.15);
}