diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-21 13:56:02 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | 45501d068bfed96bfe0713b228f6a018a4528b89 (patch) | |
tree | 5f844e5c600c939a7e0b3bfb8d61ad59c76ba86b /play.css | |
parent | f8d83c065a6ed85026a9bcadbdc961a0afea684e (diff) | |
download | time-of-crisis-45501d068bfed96bfe0713b228f6a018a4528b89.tar.gz |
Card events.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -431,6 +431,10 @@ body.p2 #Galatia_NPG { display: block } transform: translate(0px, 0px); } +.card.used { + filter: brightness(75%) +} + #discard .card.action { box-shadow: 0 0 0px 3px #a00; } |