umami/components/pages/reports/FunnelChart.module.css

8 lines
94 B
CSS
Raw Normal View History

2023-05-15 23:03:42 +02:00
.funnel div {
color: var(--font-color100) !important;
}
.funnel svg {
max-width: 100%;
}