summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/play.css b/play.css
index aaf7621..338230d 100644
--- a/play.css
+++ b/play.css
@@ -575,8 +575,6 @@ body.tint .legion.reduced {
.card.influence { background-color: #ece8dc }
.card.action {
- transition: transform 100ms ease;
- transform: translate(0px, 0px);
box-shadow: 0 0 0px 1px #444, 0 0 0px 4px white;
}
@@ -588,10 +586,6 @@ body.tint .legion.reduced {
box-shadow: 0 0 0px 1px #444, 0 0 0px 3px gold;
}
-.card.action:hover {
- transform: translate(0px, -6px);
-}
-
#played .influence_m1, #played .influence_s1, #played .influence_p1, .card.used {
filter: brightness(75%)
}