From 429f24464ace64bf5c267f9d4a5fd9ae863c005f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jun 2024 14:00:45 +0200 Subject: client --- play.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 125388a..334f162 100644 --- a/play.css +++ b/play.css @@ -56,6 +56,18 @@ header.your_turn.saxony { background-color: var(--color-light-saxony); } header.your_turn.pragmatic { background-color: var(--color-light-pragmatic); } header.your_turn.austria { background-color: var(--color-light-austria); } +svg .road { + stroke: dimgray; + stroke-width: 8; + stroke-dasharray: 2 2; +} + +svg .main_road { + stroke: dimgray; + stroke-width: 16; + stroke-dasharray: 4 2; +} + /* COLORS */ :root { @@ -238,11 +250,6 @@ span.suit.reserve { color: var(--color-reserve); font-weight: bold; font-family: .space.city.Empire { background-color: #e0d796; } */ -.space { - border-color: white; - box-shadow: 0 0 2px 1px black, inset 0 0 2px 1px black; -} - .space.tip { border-color: lime; box-shadow: 0 0 2px 1px black, inset 0 0 2px 1px black; -- cgit v1.2.3