summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/style.css17
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
+}