Clean up scenarios; move some styles into .css files

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 46a3a93a37
commit c81af0c995
7 changed files with 11 additions and 155 deletions

View File

@@ -44,7 +44,8 @@ polyline.move-trace {
}
#background {
/* fill: #bacae3; */
stroke: #304b75;
fill: #bacae3;
}
g.troop-counter, g.counter, g.troop-counter use {
@@ -199,6 +200,11 @@ g.selected use.primary-weapon {
r: 6px;
}
pattern use {
stroke: black;
stroke-width: 0.3px;
}
@keyframes selected {
50% {
stroke-width: 0px;

View File

@@ -56,10 +56,6 @@ g#grid {
transform: translate(19px, 31px) scale(4);
}
#background {
fill: #bacae3;
}
#panel {
display: none;
position: absolute;