1/** 2 * Location Heatmap Styles 3 * 4 * Styles for the location page heatmap showing event distribution. 5 */ 6 7#location-heatmap { 8 height: 250px; 9 border-radius: 8px; 10 overflow: hidden; 11 z-index: 1; 12} 13 14.h3-hex { 15 stroke-width: 2; 16} 17 18.h3-hex-center { 19 stroke-width: 2; 20}