diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-11 19:51:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-11 19:51:53 +0200 |
commit | 63c08b64e2de78fa706e8340c0a37409d6941ced (patch) | |
tree | 932027813cfedf9cc21c783062341d173183cf8a /src/style.css | |
parent | 382291fb3ab655206a9c1a4a8c175d0492b66750 (diff) |
+ Today’s finds
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/src/style.css b/src/style.css index 6d00b54..eab5295 100644 --- a/src/style.css +++ b/src/style.css @@ -455,22 +455,28 @@ main section { text-align: right; } -.nifc { background-color: pink; } -.have { background-color: green; } -.have-nifc { background-color: #5DBB63; } -.not-minted { background-color: black; } -.unknown { background-color: grey; } -.error { background-color: red; } +.nifc { background-color: pink; } +.have { background-color: green; } +.have-nifc { background-color: #5DBB63; } +.not-minted { background-color: black; } +.unknown { background-color: grey; } +.error { background-color: red; } +.getting { background-color: yellow; } +.getting-nifc { background-color: khaki; } .have-proof { background-color: #5DBB63; position: relative; } +.getting-proof { + background-color: khaki; + position: relative; +} -.have-proof:before { animation: slide 2s linear 1s infinite; } -.have-proof:after { animation: slide 2s linear 0s infinite; } +:is(.have-proof, .getting-proof):before { animation: slide 2s linear 1s infinite; } +:is(.have-proof, .getting-proof):after { animation: slide 2s linear 0s infinite; } -.have-proof:before, -.have-proof:after { +:is(.have-proof, .getting-proof):before, +:is(.have-proof, .getting-proof):after { content: ''; top: 0; left: 0; @@ -875,4 +881,4 @@ div .country-table:not(:first-child) { .blurb { flex-direction: column; align-items: center; -} +}
\ No newline at end of file |