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

21 lines
318 B
CSS

.tickLabel {
font-family: "Inconsolata", monospace;
font-weight: 800;
fill: var(--label);
}
.line:hover {
filter: drop-shadow(0 0 calc(4rem / 16) var(--primary-accent));
}
.wrapper {
display: flex;
width: min-content;
}
.legend {
display: flex;
margin: calc(16rem / 8);
justify-content: center;
}