Files
brk/website_next/treemap/style.css
T
2026-07-06 15:54:25 +02:00

14 lines
238 B
CSS

[data-treemap] {
display: block;
width: 100%;
aspect-ratio: 1;
background: var(--black);
[data-treemap-tile] {
fill: var(--color);
stroke: var(--black);
stroke-width: 1;
vector-effect: non-scaling-stroke;
}
}