diff --git a/index.css b/index.css index 3491ddc3..ca18c7d4 100644 --- a/index.css +++ b/index.css @@ -106,7 +106,7 @@ button, select, a { } #statesBody, #provincesBody { - stroke-width: 2; + stroke-width: .6; fill-rule: evenodd; mask: url(#land); } @@ -965,6 +965,12 @@ body button.noicon { top: -3px; } +#debug path.selected { + stroke-width: .8; + stroke: #da3126; + fill: none; +} + .selectedCell { stroke-width: 1; stroke: #da3126; diff --git a/index.html b/index.html index 7f9ffed6..97bcfbdc 100644 --- a/index.html +++ b/index.html @@ -953,12 +953,12 @@
  • Religions
  • Cultures
  • States
  • -
  • Provinces
  • +
  • Provinces
  • Zones
  • Borders
  • Routes
  • Temperature
  • -
  • Population
  • +
  • Population
  • Precipitation
  • Labels
  • Icons
  • @@ -2746,8 +2746,8 @@