index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-02 12:06:03 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-02 12:14:19 -0700 |
commit | 23673cec8e05970f96681eac733285732cf09e1c (patch) | |
tree | b86ce4e40e12d13f7d94d852aa66a4abd5159b8f /public/index.html | |
parent | 9f7be5d9c782f64948aa244b81a74718c53a02cf (diff) |
WIP: edge UI style
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 40d6e1b..4e0e456 100644 --- a/public/index.html +++ b/public/index.html @@ -131,7 +131,7 @@ <span class="hidden">▽</span><span class="visible">▼</span> </label> <input type="checkbox" data-allegiance="attacker" id="attacker-firing-arc-vis" /> - <label for="attacker-firing-arc-vis"> + <label style="color: blue;" for="attacker-firing-arc-vis"> <span class="hidden">▽</span><span class="visible">▼</span> </label> </div> |