summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-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;