From b265df692299a50c69daf11f06a82e3ef24cd419 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 23 Jun 2023 19:20:24 +0200 Subject: Punch holes for capitals in areas. --- play.css | 1 - play.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 73 insertions(+), 22 deletions(-) diff --git a/play.css b/play.css index 09ab547..9c1ede2 100644 --- a/play.css +++ b/play.css @@ -230,7 +230,6 @@ body svg .sea.action { .capital.action { display: block; border: 5px solid white; - background-color: #fff8; box-shadow: 0 0 6px white, inset 0 0 6px black; z-index: 2; } diff --git a/play.html b/play.html index 2a68045..405da7b 100644 --- a/play.html +++ b/play.html @@ -53,27 +53,79 @@
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3