diff --git a/style.css b/style.css index b1a581a..c53f289 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,10 @@ svg { /* max-height: 100vw; */ } +svg text { + user-select: none; +} + div#content { border-left: 1px solid gray; flex-basis: 0; @@ -182,7 +186,7 @@ img.logo { } div.soldier-record.selected { - background-color: lightgray; + background-color: khaki; } rect#debug-view-box {