From 004ee73299d5e549f3da8dd435413e3c31f4be70 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 13 Nov 2023 11:48:11 +0100 Subject: [PATCH] Updated the main.sass style --- src/common/styles/main.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/common/styles/main.sass b/src/common/styles/main.sass index 6cc9ad0..9cfe9e7 100644 --- a/src/common/styles/main.sass +++ b/src/common/styles/main.sass @@ -1,2 +1,11 @@ +@import "colors" + html, body - font-family: 'Roboto', sans-serif \ No newline at end of file + font-family: 'Roboto', sans-serif + background-color: $background + color: $text + height: 100vh + margin: 0 + +main + height: 100% \ No newline at end of file