How to use & customize the Supply Template
- Duplicate this Notion template to your own Notion workspace.
 - Create a Super site, using your new page as the Notion URL, Learn how here.
 - Duplicate the Supply theme to your Super account here.
 - Open your site, go to the Design page and apply the ‘Supply’ theme we just duplicated
 - Go into the Code page and paste the following into the Head tab:
 - You can customize your site further by:
 - Going into the Navbar page and adding a navigation bar
 - Going into the Footer page and adding a footer
 - Going into the Design page and modifying the theme settings, or even creating a new theme entirely
 - To change the Gumroad links, simply swap the 5 digit product ID in the url property on the database items
 - Notion pages will be hidden by default, you can re-enable them in the Theme > Layout page.
 
<script src="https://gumroad.com/js/gumroad.js"></script>
<link rel="stylesheet" href="https://sites.super.so/supply-v2/style.css">More options
Enable light/dark mode toggle
- In Super, go into your site and click Options on the sidebar, then enable Theme toggle
 
Set dark mode as default
- In Super go into your site and click Design on the sidebar, click into Colors and choose dark mode as default
 
Make your logo change with dark mode
- First, make sure your logo is entirely white then add this snippet to your Code > CSS tab:
 
.theme-dark .super-navbar__logo-image, 
.theme-dark .super-footer__logo-image {
  filter:  invert(1) hue-rotate(180deg)!important;
}