Files
brk/website_next/chart/line/style.css
T
2026-07-03 21:06:32 +02:00

11 lines
238 B
CSS

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;
}
}