summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-24 00:00:58 -0400
committerJules Laplace <jules@okfoc.us>2017-04-24 00:00:58 -0400
commit94d1c0c6c679fdc35bcca0da31693539323c9a3e (patch)
tree39ac1c0ee8c213eb0774117bbae325503d718bed /index.html
parentc23ef0efb0ee5aae6dd84e528a90a854a5f1185d (diff)
yep
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 581e279..f19dba4 100644
--- a/index.html
+++ b/index.html
@@ -4,19 +4,19 @@
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
- color: white;
+ color: white;
text-shadow: 0 0 2px #000;
transition: background-color 100ms;
- user-select: none;
- overflow: hidden;
+ user-select: none;
+ overflow: hidden;
}
div {
position: absolute;
- cursor: pointer;
+ cursor: pointer;
}
body > div {
- width: 51px;
- height: 51px;
+ width: 51px;
+ height: 51px;
border-left: 1px solid #888;
border-bottom: 1px solid #888;
}