From 8332ce9bea0c6977ebd2a13396fb6cf4013167b4 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sun, 31 Mar 2024 11:48:43 -0700
Subject: WIP: sight line and hex count
---
style.css | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 8de53aa..7aa10e2 100644
--- a/style.css
+++ b/style.css
@@ -15,8 +15,8 @@ svg {
svg text {
user-select: none;
font-size: 4px;
- fill: white;
- stroke: black;
+ fill: black;
+ /* stroke: black; */
stroke-width: 0.2px;
font-weight: bold;
transform: translateY(6px);
@@ -99,13 +99,13 @@ div#content {
svg > defs > #point {
fill: teal;
- fill-opacity: 0.5;
+ fill-opacity: 0.2;
stroke: black;
stroke-width: 0.5px;
}
use[href="#point"] {
- opacity: 0.2;
+ opacity: 0;
}
use[href="#point"].active {
@@ -133,7 +133,7 @@ image.map-scans {
/* opacity: 0.33; */
}
-#panel {
+#debug {
display: none;
position: absolute;
right: 0;
@@ -142,7 +142,7 @@ image.map-scans {
padding: 2px;
}
-#panel fieldset label {
+#debug fieldset label {
display: block;
text-align: right;
}
@@ -198,7 +198,7 @@ line.firing-arc {
}
.sight-line {
- stroke: black;
+ stroke: orangered;
stroke-width: 3px;
}
--
cgit v1.2.3