forked from kevin/lmvpn_server
10 lines
209 B
CSS
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;
|
|
}
|
|
}
|