From c0553c1d3484854fcfae1ff1dcb05c81dd9a6f13 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 29 Nov 2023 06:27:14 +0100 Subject: show nineteenth amendment voting score --- play.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index b039fd0..39998f0 100644 --- a/play.html +++ b/play.html @@ -279,6 +279,18 @@ div.congress_box.action { border: 5px solid white; } +div.nineteenth_amendment_score:not(.hide) { + position: absolute; + background-color: #EEE7D2; + display: flex; + align-items: center; + justify-content: center; + gap: 10px; + + font-weight: bold; + font-size: 24pt; +} + .piece { pointer-events: none; position: absolute; @@ -1059,6 +1071,13 @@ c5 3 13 7 17 8 8 2 9 3 11 12 1 5 5 12 8 16 5 8 5 8 3 22 l-3 14 -30 -1 c-35
+
+
0
+
+
+
0
+
+
-- cgit v1.2.3