globals.css 614 B

1234567891011121314151617181920212223242526
  1. @import "@unocss/reset/tailwind.css";
  2. @unocss all;
  3. /*:root {*/
  4. /* --foreground-rgb: 0, 0, 0;*/
  5. /* --background-start-rgb: 214, 219, 220;*/
  6. /* --background-end-rgb: 255, 255, 255;*/
  7. /*}*/
  8. /*@media (prefers-color-scheme: dark) {*/
  9. /* :root {*/
  10. /* --foreground-rgb: 255, 255, 255;*/
  11. /* --background-start-rgb: 0, 0, 0;*/
  12. /* --background-end-rgb: 0, 0, 0;*/
  13. /* }*/
  14. /*}*/
  15. /*body {*/
  16. /* color: rgb(var(--foreground-rgb));*/
  17. /* background: linear-gradient(*/
  18. /* to bottom,*/
  19. /* transparent,*/
  20. /* rgb(var(--background-end-rgb))*/
  21. /* )*/
  22. /* rgb(var(--background-start-rgb));*/
  23. /*}*/