| 123456789101112131415161718 |
- @import "tailwindcss";
- :root {
- color-scheme: dark;
- }
- body {
- background-color: #0b0f17;
- color: #e5e7eb;
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
- Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
- margin: 0;
- min-height: 100vh;
- }
- #root {
- min-height: 100vh;
- }
|