From 58b337a16e24f034df201caa92e4163cad4d01c2 Mon Sep 17 00:00:00 2001
From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com>
Date: Sat, 21 Oct 2023 16:55:37 +0200
Subject: layout ui
---
play.html | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
(limited to 'play.html')
diff --git a/play.html b/play.html
index c91b316..fd1386b 100644
--- a/play.html
+++ b/play.html
@@ -65,18 +65,21 @@ main { background-color: dimgray }
fill-opacity: 0;
fill: white;
}
-#map svg path.area.where {
+#map svg path.area.action {
fill-opacity: 0.4;
- fill: darkslategray;
+ fill: var(--highlight-color);
+ stroke: white;
+ stroke-width: 10;
+ stroke-dasharray: 8 4;
}
-#map svg path.area.highlight {
+#map svg path.area.target {
cursor: pointer;
fill-opacity: 0.4;
- fill: white;
+ fill: var(--highlight-color);
}
#map svg path.area.tip {
- stroke: yellow;
- stroke-width: 40;
+ stroke: var(--tip-color);
+ stroke-width: 20;
stroke-dasharray: 80 40;
}
@@ -339,13 +342,13 @@ main { background-color: dimgray }
-
+
-
+
@@ -356,12 +359,12 @@ main { background-color: dimgray }
-
+
-
+
--
cgit v1.2.3