From 3688f08bda6ae19981610f78e7114d651fd33515 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 00:59:32 +0200 Subject: [PATCH] Made Roboto the default font & changed the background color --- src/App.sass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/App.sass b/src/App.sass index cad9a46..7e82f36 100644 --- a/src/App.sass +++ b/src/App.sass @@ -1,2 +1,8 @@ +@import "@/common/styles/colors" + body - margin: 0 \ No newline at end of file + margin: 0 + background-color: $background + +* + font-family: 'Roboto', sans-serif \ No newline at end of file