Select Git revision
region-map.pcss 275 B
.region-map__list {
columns: 2;
}
.region-map__region {
@apply transition duration-500;
fill: theme('colors.grey.200');
stroke: theme('colors.white');
stroke-width: 2px;
stroke-linejoin: round;
}
.region-map__region--current {
fill: theme('colors.black');
}