diff --git a/public/index.css b/public/index.css index a8810e2..fb7b8f4 100644 --- a/public/index.css +++ b/public/index.css @@ -159,6 +159,14 @@ body { stroke: darkorange; fill: darkorange; } +.light .brown { + stroke: black; + fill: black; +} +.light .silver { + stroke: #C0C0C0; + fill: #C0C0C0; +} .light .open { fill: none; }