aboutsummaryrefslogtreecommitdiff
path: root/src/scss/base/_body.scss
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-27 13:11:36 +0200
committerPhil <phil.buschmann@tum.de>2018-06-27 13:11:36 +0200
commitda35c827784ee689f638eb31525142f4aaa5027a (patch)
treecda8ee7a5606b9546ef7afa8b93f580dd1b228b8 /src/scss/base/_body.scss
parentde6217c4b4ed2194ea49db1b61f527cd8dc49f63 (diff)
downloadgnunet-webui-da35c827784ee689f638eb31525142f4aaa5027a.tar.gz
gnunet-webui-da35c827784ee689f638eb31525142f4aaa5027a.zip
fix local host fontsHEADmaster
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}