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-10 19:45:42 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-10 19:45:42 -0700 |
commit | 0368c8e9623f2ff202cc9af45b3239a62c845ea8 (patch) | |
tree | 4bf3fdc8d64222c866f482005be53cf4844cdeab /public/assets/css/style.css | |
parent | 17118633340b1979e94f30d0c85b885d5237ba14 (diff) |
Clean up scenarios; move some styles into .css files
Diffstat (limited to 'public/assets/css/style.css')
-rw-r--r-- | public/assets/css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 33adcf0..0e9f559 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -56,10 +56,6 @@ g#grid { transform: translate(19px, 31px) scale(4); } -#background { - fill: #bacae3; -} - #panel { display: none; position: absolute; |