From 203e5ccbf475135e5e177cda78f0acb00aa5f7fb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 5 Jun 2024 23:12:59 +0200 Subject: fixup move paths --- play.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'play.css') 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; } -- cgit v1.2.3