diff --git a/client/src/common/styles/main.sass b/client/src/common/styles/main.sass new file mode 100644 index 0000000..9cfe874 --- /dev/null +++ b/client/src/common/styles/main.sass @@ -0,0 +1,7 @@ +@import "colors" + +body + background-color: $background + font-family: 'Inter', sans-serif + height: 100vh + margin: 0 \ No newline at end of file