diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -170,6 +170,18 @@ main { background-color: #f002; } +.hex.move { + background-color: #0a04; +} + +.hex.road { + background-color: #8804; +} + +.hex.move.stop, .hex.road.stop { + background-color: #f006; +} + .hexside { position: absolute; display: none; |