diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-06-01 14:00:45 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-06-01 14:00:45 +0200 |
commit | 429f24464ace64bf5c267f9d4a5fd9ae863c005f (patch) | |
tree | 49a2f4b21c7bc8965e39d2ad198ff07f1054a31e /play.css | |
parent | df6ca974f9ce0c6767376730c6bbf565600e41e0 (diff) | |
download | maria-429f24464ace64bf5c267f9d4a5fd9ae863c005f.tar.gz |
client
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -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; |