/* canberra_frosts.css: Page-specific styles for Canberra frosts */
.season {
    fill: var(--blue);
}

.year.active .season {
    fill-opacity: 1;
}

.frost {
    fill: var(--orange);
}

.hit {
    fill: transparent;
    pointer-events: all;
}

.overlay {
    fill: none;
    stroke: var(--dark);
    stroke-width: 2px;
    stroke-dasharray: 4 3;
}

/* Month gridlines: no axis line, faint ticks */
.grid .domain {
    display: none;
}

.grid .tick line {
    stroke-opacity: 0.25;
}
