Skip to content
Snippets Groups Projects
Select Git revision
  • fe2543165a4cccf0783574518b24336d61d1a33a
  • main default protected
  • cf2025
  • cf2024
  • cf2023-euro
  • cf2023-offline
6 results

index.html

Blame
  • 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');
    }