Skip to content

Commit

Permalink
Minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarbosa committed Nov 26, 2023
1 parent 760dec7 commit d1b0d6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body {
}

.legend-item-active {
background: #778;
background: #4f7582;
color: #fff;
}

Expand All @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d1b0d6f

Please sign in to comment.