From d1b0d6f0ac4ff05af58d823418982be4f55c2970 Mon Sep 17 00:00:00 2001 From: JP Barbosa Date: Sun, 26 Nov 2023 00:08:08 -0300 Subject: [PATCH] Minor style fixes --- styles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 370c8f8..173f3c5 100644 --- a/styles.css +++ b/styles.css @@ -56,7 +56,7 @@ body { } .legend-item-active { - background: #778; + background: #4f7582; color: #fff; } @@ -65,7 +65,7 @@ body { width: 1.2em; height: 1.2em; margin: 0 0.3em 0 0; - border: 0.5px solid #999; + border: 0.05em solid #999; } .legend-item-active .legend-color, @@ -223,6 +223,11 @@ svg text { 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff; } +#prefectures svg path, +#cities svg path { + stroke: none; +} + #prefectures svg text { font-size: 0.5em; opacity: 0.7;