summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-05 00:51:32 -0400
committerJules Laplace <jules@okfoc.us>2015-08-05 00:51:32 -0400
commitd0b4cd4f7e6364a35a420f2f3b0fcdbb502d8a9a (patch)
treeb05b32e1f283946346e96c9ded24f0966ce584ed /public/css
parent18648921f75a7c458cf0c951c249b28a48f08a6b (diff)
basic routing
Diffstat (limited to 'public/css')
-rw-r--r--public/css/css.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/css.css b/public/css/css.css
index ec56cfe..1fce66f 100644
--- a/public/css/css.css
+++ b/public/css/css.css
@@ -1,5 +1,5 @@
html,body{width:100%;height:100%;margin:0;padding:0;}
-#bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:black;z-index:-1;background-position:center center;background-size:contain;}
+#bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:white;z-index:-1;background-position:center center;background-size:contain;}
#bg.tile{background-size:auto auto;}
html{background:black;}
body{background:transparent;}