open-webui/src/tailwind.css

16 lines
370 B
CSS
Raw Normal View History

2023-10-09 00:38:42 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
2024-03-12 11:08:03 +01:00
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';
}
2023-10-09 00:38:42 +02:00
pre {
white-space: pre-wrap;
}
2023-10-09 00:38:42 +02:00
}