diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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; } |
