summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-27 19:19:19 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 13:11:27 +0100
commitd76813a4482aad58a54fa064858cfe256e4f7dc9 (patch)
tree31cd68f0cf0867a99a91416fea62d2d32d525dcd /play.html
parent8f432713888b89e8c37a635a312fc97e29268637 (diff)
downloadrommel-in-the-desert-d76813a4482aad58a54fa064858cfe256e4f7dc9.tar.gz
Slim down reinforcement track.
Diffstat (limited to 'play.html')
-rw-r--r--play.html25
1 files changed, 8 insertions, 17 deletions
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 */