index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 { |