open-webui/src/tailwind.css

17 lines
367 B
CSS
Raw Normal View History

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