From df6cf1f75c94be53fed0287a83aa8a3124c25d80 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Fri, 6 Feb 2026 13:36:14 -0800 Subject: [PATCH] Update ship appearance --- html/images/space.svg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/html/images/space.svg b/html/images/space.svg index fe16764..b9ee868 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -25,7 +25,7 @@ fill: gray; } - .ship circle { + .ship circle#body { fill: white; } @@ -81,7 +81,7 @@ fill: gray; } - line:not(#cannon) { + line:not(#cannon *) { stroke-width: 0.5px; } @@ -107,8 +107,12 @@ - + + + + +