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

8 lines
114 B
CSS

.path {
fill: #354265;
}
.path:hover {
fill: #EF839D;
filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
}