diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -5,7 +5,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: white; - text-shadow: 0 0 2px #000; + text-shadow: 0 0 1px #000; transition: background-color 100ms; user-select: none; overflow: hidden; @@ -13,12 +13,11 @@ body { div { position: absolute; cursor: pointer; + box-sizing: border-box; } body > div { - width: 51px; - height: 51px; - border-left: 1px solid #888; - border-bottom: 1px solid #888; + width: 50px; + height: 50px; } div > div { width: 20px; } div > div:nth-child(1) { text-align: right; top: 5px; left: 3px; } |
