summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-13 23:39:03 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-13 23:39:03 +0200
commit95332a7d90840bc8d257ad7e5101dcbf20cb3768 (patch)
tree60a86e855f9c7aa077140d7acb9f44c10532c75c
parentd2d9951dcd844e80e7234539d001ea4207bd1ee4 (diff)
Update stylingHEADmaster
-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
+}