mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-10 02:28:13 -07:00
14 lines
238 B
CSS
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;
|
|
}
|
|
}
|