Spaces:
Build error
Build error
File size: 269 Bytes
20c8fc2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | @tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--leva-sizes-rootWidth: 340px;
}
#root {
width: 100vw;
height: 100vh;
}
body {
margin: 0;
background-color: #060606;
background-image: linear-gradient(19deg, #060606 0%, #ddd6f3 100%);
}
|