summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index dd573a7..56c8fac 100644
--- a/index.html
+++ b/index.html
@@ -10,9 +10,11 @@
body {
overflow: hidden;
}
+ html {
+ background-color: #000;
+ }
body {
color: white;
- background-color: #000;
text-shadow: 0 0 1px #000;
transition: background-color 100ms;
user-select: none;