Added a background color to the body to the App.sass

This commit is contained in:
2022-12-27 21:45:37 +01:00
parent fa2b0de036
commit d96210814f

View File

@ -1,6 +1,8 @@
@import "@/common/styles/colors"
*
font-family: 'Roboto', serif
body, html
margin: 0
height: 100vh
background-color: $white