diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -252,6 +252,11 @@ main[data-scenario="5"] { box-shadow: 0 0 0 2px black; } +.retire.action { + box-shadow: 0 0 0 3px white; + background-color: #fff4; +} + /* .card.blue.selected { box-shadow: 0 0 0px 3px dodgerblue; } .card.dkblue.selected { box-shadow: 0 0 0px 3px dodgerblue; } |