diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-23 15:24:44 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:31:29 +0100 |
commit | 27720e4a22f9de2a1efa16dc68eb113c5af6fc46 (patch) | |
tree | cfb88d3ef68c33f1b6fdec93817496ba3dd20430 | |
parent | 9e0b71d3243ea57cdcc34227a019db0574c09fcb (diff) | |
download | pax-pamir-27720e4a22f9de2a1efa16dc68eb113c5af6fc46.tar.gz |
Make climate change actions stand out more on the map.
-rw-r--r-- | play.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |