diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -723,6 +723,14 @@ body.shift .mustered_vassals { drop-shadow(-2px 0px 0px white); } +#legate.selected { + filter: + drop-shadow(2px 0px 0px yellow) + drop-shadow(0px 2px 0px yellow) + drop-shadow(0px -2px 0px yellow) + drop-shadow(-2px 0px 0px yellow); +} + .cylinder { position: absolute; width: 44px; |