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:
parent
be3e4272c5
commit
ec00e2e544
5 changed files with 386 additions and 25 deletions
|
@ -1,5 +1,6 @@
|
|||
@import "global/reset.css";
|
||||
@import "global/fonts.css";
|
||||
@import "global/variables.css";
|
||||
|
||||
@import "global/global-styles.css";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue