summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-26 15:12:04 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-26 15:12:04 +0200
commitf8b3001c83714cfb5989f3cac615dd2972752445 (patch)
treeb17032d57d8967f5c06345f4861fa1356c18fb53 /index.html
parentf79f9af5792b683fcef6f52175680a1cdb984943 (diff)
higher default volume
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;