fix: legend CSS via <style> tag instead of globals.css (Tailwind v4 tree-shaking)

This commit is contained in:
Sebastian Seedorf
2026-06-03 13:05:33 +02:00
parent 654d3849eb
commit 11b4e021fe
2 changed files with 1 additions and 3 deletions

View File

@@ -16,6 +16,3 @@ body {
font-family: ui-sans-serif, system-ui, sans-serif;
}
.u-legend .u-series:first-child {
display: none;
}