open-webui/src/tailwind.css

17 lines
387 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-07-08 19:05:16 +00:00
font-family: -apple-system, BlinkMacSystemFont, 'Inter', 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';
2024-03-12 10:08:03 +00:00
}
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
}