Installing the theme
Head to your Super site and click into the 'code' page. Then in the 'Head' tab and paste the following snippet to the top of the text box:
<link rel="stylesheet" href="https://sites.super.so/builder/themes/stodi/stodi.min.css">
Duplicate the Notion page
Super Builder: StödiRecommended theme settings
To get your site looking like the live demo, first head to your Super site settings and click into the 'theme' page. Then apply the settings below:
Recommended font:
Sora
Custom Navbar:
Background Color: rgba(255, 255, 255, 0)
CTA Background: #92BFC8
CTA text: #ffffff
You can apply a custom primary color to this theme by adding the following snippet to your Code > CSS tab and changing the HEX code:
:root {
--primary-color: #91bdc6!important
}