copilot-api / desktop /src /index.css
imspsycho's picture
Initial upload from Google Colab
98c9143 verified
Raw
History Blame Contribute Delete
130 Bytes
@import "tailwindcss";
html, body, #root {
min-height: 100%;
}
body {
margin: 0;
background: #f8fafc;
color: #0f172a;
}