From dd868f6af39224b8741384ddf05968f6545e425c Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 24 Oct 2024 21:57:50 -0400 Subject: Basic Conscript --- play.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 2272704..d6c5100 100644 --- a/play.css +++ b/play.css @@ -113,6 +113,14 @@ path.tip { stroke: white; stroke-dasharray: 4 4; } border: 2px solid lime; } +.space.action { + background-color: white; opacity: 0.3; stroke: white; +} + +.space.selected { + background-color: gold; opacity: 0.3; stroke: white; +} + .space.province { border-radius: 50%; } -- cgit v1.2.3