Uecko_ERP/apps/web/src/global.css

27 lines
558 B
CSS
Raw Normal View History

2025-05-10 08:40:40 +00:00
@import 'tailwindcss';
@import '@repo/shadcn-ui/globals.css';
@import '@repo/rdx-ui/globals.css';
2025-05-09 10:45:32 +00:00
:root {
2025-05-10 08:40:40 +00:00
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
2025-05-09 10:45:32 +00:00
2025-05-10 08:40:40 +00:00
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
2025-05-09 10:45:32 +00:00
2025-05-10 08:40:40 +00:00
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2025-05-09 10:45:32 +00:00
}
2025-05-10 08:40:40 +00:00
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
2025-05-09 10:45:32 +00:00
}