diff --git a/html/images/space.svg b/html/images/space.svg index 596d86d..1ab182c 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -25,7 +25,7 @@ fill: gray; } - .ship circle#body { + .ship circle.body { fill: white; } @@ -69,7 +69,7 @@ stroke: gold; } - #legs { + .legs { display: none; } @@ -81,7 +81,7 @@ fill: gray; } - line:not(#cannon *) { + line:not(.cannon *) { stroke-width: 0.5px; } @@ -101,11 +101,11 @@ r: 5px; } - #cannon .tip { + .cannon .tip { transform: translate(-2px); } - #cannon .tip.recoil { + .cannon .tip.recoil { transform: translate(0px); transition: transform 0.25s ease-out; } @@ -115,22 +115,32 @@ - - + + - + - + + + + + + + + + + + @@ -232,7 +242,10 @@