Files
lmvpn_server/frontend/src/assets/base.css
T
2026-07-02 21:03:51 +08:00

10 lines
209 B
CSS

@import 'tailwindcss';
@layer base {
body {
@apply bg-gray-50 text-gray-900 dark:bg-gray-950 dark:text-gray-100;
@apply font-sans text-base leading-relaxed antialiased;
min-height: 100vh;
}
}