commit 57868ec9c17db604c4efa67aae77bc3350f7c5fb
parent 8afc87b9d08ae798be83dd94befa911a5b757da3
Author: Hunter
Date: Mon, 20 Oct 2025 12:19:26 -0400
dimension label text: add shadow
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css
@@ -4,6 +4,7 @@
--color-grid-line: #d0d0d0;
--color-accent: #79aeea;
--color-white: white;
+ --shadow: #00000044;
}
* {
@@ -144,6 +145,7 @@ body.dragging * {
font-size: 15px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
font-weight: 500;
+ text-shadow: 1px 1px 1px var(--shadow);
line-height: 1;
opacity: 0;
transition: opacity 0.2s;