From 1ecaaa898e3519aa1046d49b37b1871a6397c809 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 27 Mar 2022 01:44:58 +0100 Subject: Fade tombstones. --- play.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.css b/play.css index 4e91a49..fb7317c 100644 --- a/play.css +++ b/play.css @@ -192,7 +192,7 @@ aside { width: 220px; } .leader-box { background-repeat: no-repeat; background-size: 32px; } .leader-box.french { background-position: center bottom 35px; } .leader-box.british { background-position: center bottom 30px; } -.leader-box.dead { background-image: url(/images/hasty-grave.svg); opacity: 60%; } +.leader-box.dead { background-image: url(/images/hasty-grave.svg); opacity: 20%; } .leader-box.pool { background-image: url(/images/swap-bag.svg); opacity: 40%;} .leader-box.unavailable { background-image: url(/images/swap-bag.svg); opacity: 20%; } -- cgit v1.2.3