From d76813a4482aad58a54fa064858cfe256e4f7dc9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 27 Sep 2022 19:19:19 +0200 Subject: Slim down reinforcement track. --- play.html | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index a987bb8..400dec9 100644 --- a/play.html +++ b/play.html @@ -240,33 +240,23 @@ td img { vertical-align: middle } user-select: none; } -#calendar { +#calendar, #calendar2 { user-select: none; position: absolute; display: flex; top: 24px; - left: 1841px; - gap: 9px; -} - -#calendar2 { - display: flex; - user-select: none; - position: absolute; - top: 24px; - left: 1841px; - gap: 9px; + left: 1956px; + gap: 20px; } .month { visibility: hidden; - width: 68px; - height: 68px; + width: 46px; + height: 46px; background-color: #fee0bf; background-color: wheat; - color: black; - font-size: 40px; - line-height: 68px; + font-size: 28px; + line-height: 46px; font-weight: bold; text-align: center; border: 2px solid #222; @@ -279,6 +269,7 @@ td img { vertical-align: middle } .month.now { background-color: tan; + box-shadow: 0 0 0 4px #fff4; } /* MAP */ -- cgit v1.2.3