index.css 329 B

123456789101112131415161718
  1. @import "tailwindcss";
  2. :root {
  3. color-scheme: dark;
  4. }
  5. body {
  6. background-color: #0b0f17;
  7. color: #e5e7eb;
  8. font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
  9. Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  10. margin: 0;
  11. min-height: 100vh;
  12. }
  13. #root {
  14. min-height: 100vh;
  15. }