Files
mrp-qrcode/app/globals.css
T

15 lines
148 B
CSS
Raw Normal View History

2026-04-20 15:49:01 -05:00
@import "tailwindcss";
:root {
color-scheme: light;
}
html,
body {
height: 100%;
}
body {
@apply bg-slate-50 text-slate-900 antialiased;
}