/** * CSS Variables * * Custom CSS properties that extend Bulma's theming. * These work with Bulma's dark mode support. */ :root { /* Map colors */ --smokesignal-map-hex-color: #3273dc; --smokesignal-map-hex-fill-opacity: 0.2; --smokesignal-map-hex-stroke-width: 2px; /* LFG colors */ --smokesignal-lfg-hex-color: #00d1b2; --smokesignal-lfg-hex-fill-opacity: 0.3; /* Heatmap color scale */ --smokesignal-heatmap-color-low: #3273dc; --smokesignal-heatmap-color-mid: #8957e5; --smokesignal-heatmap-color-high: #e74c3c; }