fix: format CSS file to pass Biome CI check

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-06-15 22:46:15 +00:00 committed by Prasanna A P
parent a95b9e9052
commit 387606be00

View file

@ -93,7 +93,12 @@
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-display);
}
}
@ -113,7 +118,9 @@
}
@keyframes spin {
to { transform: rotate(360deg); }
to {
transform: rotate(360deg);
}
}
/* The graph canvas needs a definite height in both modes.