diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -276,6 +276,14 @@ body.Teutons #plan_actions .russian { display: none } filter: grayscale(50%) } +.court_body .mat.hidden .background { + filter: grayscale(100%) +} + +.court_body .mat.besieged.hidden .background { + filter: grayscale(100%) brightness(75%) +} + .mat.command .background { box-shadow: 0 0 0 1px #584800, 0 0 0 3px gold; } |