From cecaea613d4ac501128413fcf01b4261c8bc2985 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Sep 2022 14:00:58 +0200 Subject: Tweak calendar position. --- play.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index d90f707..0805cb4 100644 --- a/play.html +++ b/play.html @@ -244,7 +244,7 @@ td img { vertical-align: middle } position: absolute; display: flex; top: 24px; - left: 1840px; + left: 1841px; gap: 9px; } @@ -253,7 +253,7 @@ td img { vertical-align: middle } user-select: none; position: absolute; top: 24px; - left: 1840px; + left: 1841px; gap: 9px; } @@ -268,8 +268,8 @@ td img { vertical-align: middle } line-height: 68px; font-weight: bold; text-align: center; - border: 2px solid #231f20; - color: #231f20; + border: 2px solid #222; + color: #222; } .month.show { -- cgit v1.2.3