From 06b8034b93ae3fa4aa27837eee17e6409c7dfd8a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 8 May 2023 22:05:10 +0200 Subject: [PATCH] Created the main.sass style --- client/src/common/styles/main.sass | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/src/common/styles/main.sass 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