open-webui / src /tailwind.css
github-actions[bot]
GitHub deploy: 37e0d470829d9045f812a828d4966cdc49f96e05
bd87891
raw
history blame contribute delete
387 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
pre {
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';
}
pre {
white-space: pre-wrap;
}
}