Theming Guide
How it works
Customising your theme
@layer base {
:root {
--tw-primary: 220, 85%, 45%;
--tw-primary-foreground: 0, 0%, 100%;
--tw-text-primary: 220, 60%, 15%;
--tw-text-secondary: 220, 30%, 35%;
--tw-surface-main: 220, 15%, 96%;
--tw-radius: 0.75rem;
}
}Testing your changes
Further reading
Last updated
Was this helpful?

