summaryrefslogtreecommitdiff
path: root/src/index.sass
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.sass')
-rw-r--r--src/index.sass7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.sass b/src/index.sass
index 1ea3b0c5..80c72a77 100644
--- a/src/index.sass
+++ b/src/index.sass
@@ -1,12 +1,15 @@
-body
+html, body, #root
margin: 0
padding: 0
width: 100%
height: 100%
- font-family: Helvetica, Verdana, sans-serif
+ font-family: Roboto, Helvetica, Verdana, sans-serif
overflow: hidden
background: #eee
+.full-height
+ height: 100%
+
a, a:hover
text-decoration: none