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