mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-13 16:33:30 -07:00
12 lines
255 B
CSS
12 lines
255 B
CSS
main.learn {
|
|
figure[data-chart="series"] {
|
|
path[data-chart="stacked"] {
|
|
fill: var(--color, var(--orange));
|
|
stroke: var(--black);
|
|
stroke-linejoin: round;
|
|
stroke-width: 1.5;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
}
|
|
}
|