onnx-web-upscale / src /style.css
notaneimu's picture
vue3, fixes, downscale
817dfdc
raw
history blame contribute delete
384 Bytes
@import "tailwindcss";
@layer base {
:root {
color-scheme: light;
font-family:
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
line-height: 1.45;
font-weight: 400;
background: #f5f5f4;
color: #292524;
}
body {
margin: 0;
min-height: 100vh;
background: #e7e5e4;
}
}