commit a359904e447cf39e8cf765009ccfc5be7172d527
parent 57868ec9c17db604c4efa67aae77bc3350f7c5fb
Author: Hunter
Date:   Mon, 20 Oct 2025 12:22:10 -0400

increase dimension label text size

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -142,7 +142,7 @@ body.dragging * { color: var(--color-white); padding: 4px 10px; border-radius: 12px; - font-size: 15px; + font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight: 500; text-shadow: 1px 1px 1px var(--shadow);