summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4330af6..e749a30 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,8 @@ html,body {
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- color: white;
+ color: black;
+ background: white;
text-shadow: 0 0 1px #000;
transition: background-color 100ms;
user-select: none;