summaryrefslogtreecommitdiff
path: root/client/web
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-03 18:05:57 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-03 18:05:57 -0400
commit5cc9c731a37a54b5da0ac096f231b56d245885a6 (patch)
tree043c356185b97b5562b1a0ebf513d4d9beda552b /client/web
parentf356527100b43bb919cf6f7902b2bbc3b3eaee74 (diff)
web font
Diffstat (limited to 'client/web')
-rw-r--r--client/web/templates/index.ejs5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs
index b83d93b..bf8ba57 100644
--- a/client/web/templates/index.ejs
+++ b/client/web/templates/index.ejs
@@ -10,8 +10,11 @@ a {
width: 100%;
color: transparent;
}
-body,html{
+body,html {
overflow: hidden;
+ font-family: sans-serif;
+ color: white;
+ background: black;
}
.modal {
transition: all 400ms;