Files
nodarium/packages/planty/src/routes/layout.css
Max Richter 5d4e2e9280
Some checks failed
📊 Benchmark the Runtime / release (push) Successful in 1m3s
🚀 Lint & Test & Deploy / release (push) Failing after 1m32s
fix: make formatter happy
2026-04-20 01:32:30 +02:00

8 lines
113 B
CSS

@import 'tailwindcss';
body {
color: var(--color-text);
background-color: var(--color-layer-0);
margin: 0;
}