Start on styling and component cleanup
This commit is contained in:
9
site/src/styles/global.scss
Normal file
9
site/src/styles/global.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@use "base";
|
||||
@use "tokens";
|
||||
@use "typography";
|
||||
@use "utils";
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user