summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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;
}