Postlet themes are plain CSS files, so customization stays straightforward.
Switch the global theme
Edit config.json and set:
"build": { "theme": "themes/nord.css" }
Add page-specific CSS
In frontmatter:
css: styles/custom/about.css
Use CSS variables from the active theme to keep a consistent visual style.