From 27720e4a22f9de2a1efa16dc68eb113c5af6fc46 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 23 May 2022 15:24:44 +0200 Subject: Make climate change actions stand out more on the map. --- play.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/play.css b/play.css index 4e948cd..0ba06d0 100644 --- a/play.css +++ b/play.css @@ -435,6 +435,10 @@ body.shift #tooltip.focus { display: block; } height: 48px; } +.suit.action { + box-shadow: 0 0 0 2px black; +} + #suit_political { top: 129px; } #suit_intelligence { top: 216px; } #suit_economic { top: 305px; } -- cgit v1.2.3