Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
fix: reduce stroke on legend
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Apr 12, 2019
1 parent 8a9ee8d commit aff5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $map2-cat3: #01000f;

.legend rect {
stroke: #000;
stroke-width: 1px;
stroke-width: 0.5px;
}

.limits {
Expand Down

0 comments on commit aff5581

Please sign in to comment.