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

6 lines
137 B
CSS

.boxplot:hover {
fill: var(--primary-accent);
fill-opacity: 0.9;
filter: drop-shadow(0 0 calc(4rem / 16) var(--primary-accent));
}