react-vite-demo

react and vite demo

git clone https://9o.is/git/react-vite-demo.git

index.css

(415B)


      1 :root {
      2   font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
      3   line-height: 1.5;
      4   font-weight: 400;
      5 
      6   color-scheme: light dark;
      7   color: rgba(255, 255, 255, 0.87);
      8   background-color: #242424;
      9 
     10   font-synthesis: none;
     11   text-rendering: optimizeLegibility;
     12   -webkit-font-smoothing: antialiased;
     13   -moz-osx-font-smoothing: grayscale;
     14 }
     15 
     16 body {
     17   margin: 0;
     18   display: flex;
     19   min-height: 100vh;
     20 }