cs-2022-class-profile/components/LineGraph.module.css

20 lines
351 B
CSS

.lineText {
visibility: hidden;
font-family: "Inconsolata", monospace;
font-weight: 800;
fill: var(--label);
}
.lineSeries {
/* fill: var(--label); */
}
.lineSeries:hover {
filter: drop-shadow(0 0 calc(4rem / 16) var(--primary-accent));
}
.axisLabel {
font-family: "Inconsolata", monospace;
font-weight: 800;
fill: var(--label);
}