Themes
Learn how to customize the themes in your MkSaaS website
This guide covers the theme system in your MkSaaS website and how to customize your own themes.
Customizing Themes
For theme customization, you can directly modify the base theme variables, or use theme generators to create custom themes.
The base theme variables are defined in the :root selector in src/styles/globals.css. You can modify them to change the default appearance across all themes:
:root {
--radius: 0.5rem;
--background:
MkSaaS Docs