Gavan Wilhite 2.0

Home Systems Stories Contact About
image

Gavan creates systems & stories for a bright future

Featured Work

Projects

© Gavan Wilhite – Stack: Notion & Super

Notes
  • 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>
    Change #fff or #000 to any colors you'd like