From 0f9327b07d8a0b6608981e688b9a62a1ea0a5a5e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 24 Apr 2017 21:30:43 -0400 Subject: fix colors --- index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index f19dba4..2cbc6d9 100644 --- a/index.html +++ b/index.html @@ -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; } -- cgit v1.2.3-70-g09d2