feat: add basic layout

This commit adds some basic design tokens in the form of CSS variables.
I got these from my Figma designs.

Also added is dark mode support.
This commit is contained in:
Devin Haska 2024-01-30 21:51:58 -08:00
parent be3e4272c5
commit ec00e2e544
5 changed files with 386 additions and 25 deletions

View file

@ -11,7 +11,7 @@
<body>
{% include "partials/header.html" %}
<main id="main" class="wrapper">{{ content | safe }}</main>
<main id="main" class="wrapper flow">{{ content | safe }}</main>
{% include "partials/footer.html" %}
</body>
</html>