From 1f19c9c41819fe5432a0d0d85b0e9997bf1cd802 Mon Sep 17 00:00:00 2001 From: slowe <299787+slowe@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:47:52 +0100 Subject: [PATCH] Invert label colour --- editor/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/index.html b/editor/index.html index b1d5877..052b507 100644 --- a/editor/index.html +++ b/editor/index.html @@ -137,6 +137,7 @@ .hex.hovered path { opacity: 0.7; } .hex.selected path {} + .hex text { filter: invert(1); mix-blend-mode: difference; } #canvas path.selection { stroke: #000!important; stroke-dasharray: 4px 6px;