Start on styling and component cleanup

This commit is contained in:
2021-10-05 09:38:48 -05:00
parent d4e76486fc
commit 53ca2e063d
9 changed files with 38 additions and 160 deletions

View File

@@ -0,0 +1,9 @@
@use "base";
@use "tokens";
@use "typography";
@use "utils";
body {
background-color: black;
color: white;
}