From 68cc08b00bcd05fdca0f97d3fbe880158feb4be1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 2 Dec 2023 16:50:36 +0100 Subject: Isometric congress marker. --- play.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index e210d36..c5cda10 100644 --- a/play.html +++ b/play.html @@ -401,7 +401,7 @@ div.nineteenth_amendment_score:not(.hide) { .piece.purple2 { width: 36px; height: 50px; background-size: 36px 50px; background-image: url(pieces/purple2.svg); } .piece.purple1 { width: 34px; height: 50px; background-size: 36px 50px; background-image: url(pieces/purple1.svg); } .piece.no { width: 42px; height: 32px; background-size: 42px 32px; background-image: url(pieces/no.svg); } -.piece.congress { width: 32px; height: 32px; background-size: 32px 32px; background-image: url(pieces/cog.svg); } +.piece.congress { width: 32px; height: 48px; background-size: 32px 48px; background-image: url(pieces/iso_congress.svg); } div.button_box { position: absolute; -- cgit v1.2.3