From 95332a7d90840bc8d257ad7e5101dcbf20cb3768 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Jul 2025 23:39:03 +0200 Subject: Update styling --- src/style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index eab5295..e5df586 100644 --- a/src/style.css +++ b/src/style.css @@ -734,11 +734,16 @@ div .country-table:not(:first-child) { background-color: var(--tertiary-color); } -.coin-table .have, -.coin-table .nifc, -.coin-table .have-nifc, -.coin-table .have-proof, -.coin-table .not-minted { +.coin-table :is( + .have, + .nifc, + .have-nifc, + .have-proof, + .not-minted, + .getting, + .getting-nifc, + .getting-proof +) { color: black; } @@ -881,4 +886,4 @@ div .country-table:not(:first-child) { .blurb { flex-direction: column; align-items: center; -} \ No newline at end of file +} -- cgit v1.2.3