aboutsummaryrefslogtreecommitdiff
path: root/src/scss/base/_body.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/base/_body.scss')
-rw-r--r--src/scss/base/_body.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/base/_body.scss b/src/scss/base/_body.scss
index 74c1df2..a6fd80d 100644
--- a/src/scss/base/_body.scss
+++ b/src/scss/base/_body.scss
@@ -1,6 +1,6 @@
1body { 1body {
2 background-color: $color-grey-light; 2 background-color: $color-grey-light;
3 font-family: 'Roboto', sans-serif; 3 font-family: 'Roboto', sans-serif;
4 font-weight: 200; 4 font-weight: normal;
5 height: 100%; 5 height: 100%;
6} 6}