Home Systems Stories Contact About
Featured Work
© Gavan Wilhite – Stack: Notion & Super
‣
- Both quote blocks for the navbar & footer are global blocks. Edit the content of the ones on the main page, and that will update the rest of them throughout your site.
- To change the text or background color, use this:
<style>
:root {
--color-text-default: #fff !important;
--color-bg-default: #000 !important;
}
</style>