inference-api / src /lib /styles /tailwind.css
enzostvs's picture
enzostvs HF staff
migration in svelte
de2d4cd
raw
history blame contribute delete
536 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body, html {
@apply bg-slate-950 overflow-hidden min-h-screen;
font-family: "Source Sans 3", "sans-serif";
}
.jsonResponse .hljs {
@apply !text-sm !bg-black !font-code !whitespace-pre-wrap !p-8 !leading-relaxed;
}
.jsonResponse tbody.hljs {
@apply !h-full !leading-loose
}
.jsonResponse tbody.hljs tr td:first-of-type code {
@apply opacity-60 pl-2
}
.snippet .hljs {
@apply text-xs font-code !bg-transparent !p-0 !whitespace-pre-wrap break-all !leading-relaxed
}