open-webui/src/tailwind.css
Silentoplayz cc4b82a3f3
Update tailwind.css
Fix spacing
2024-03-12 06:08:03 -04:00

15 lines
370 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html, pre {
font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
pre {
white-space: pre-wrap;
}
}