diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-24 21:30:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-24 21:30:43 -0400 |
| commit | 0f9327b07d8a0b6608981e688b9a62a1ea0a5a5e (patch) | |
| tree | 26bbb511716065cc2e14dbf8a34e5ba05cc50aa2 /index.html | |
| parent | f50f17345facda8e1b5da36c35f89a8a974f3eb7 (diff) | |
fix colors
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; } |
