summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/play.css b/play.css
index 7f55c65..817d1af 100644
--- a/play.css
+++ b/play.css
@@ -438,21 +438,11 @@ span.suit.reserve { font-weight: bold; font-family: "Source Serif SmText"; }
/* ROADS */
.space.move {
- background-color: #fff8;
-}
-
-.space.move_end {
- background-color: #0f08;
+ background-color: #fff6;
}
svg .road {
- stroke: white;
- stroke-width: 6;
- stroke-linecap: round;
-}
-
-svg .main_road {
- stroke: white;
+ stroke: red;
stroke-width: 6;
stroke-linecap: round;
}