NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
391 Bytes
@import "tailwindcss";
:root {
--background: #050505;
--foreground: #fafafa;
--muted: #a1a1aa;
--panel: #0d0d0d;
--line: #1f1f1f;
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
min-height: 100%;
background: var(--background);
color: var(--foreground);
}
body {
font-family: Arial, Helvetica, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}