open-webui / src /tailwind.css
github-actions[bot]
GitHub deploy: 7bc88eb00d03728537d6153dfc14a3c23e6b7587
48ae63b
raw
history blame
No virus
367 Bytes
@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;
}
}