diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-13 23:39:03 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-13 23:39:03 +0200 |
commit | 95332a7d90840bc8d257ad7e5101dcbf20cb3768 (patch) | |
tree | 60a86e855f9c7aa077140d7acb9f44c10532c75c /src | |
parent | d2d9951dcd844e80e7234539d001ea4207bd1ee4 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 17 |
1 files changed, 11 insertions, 6 deletions
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 +} |