code-share/src/app/globals.css

12 lines
135 B
CSS
Raw Normal View History

2024-02-18 16:03:57 +07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
2024-02-18 21:14:41 +07:00
@apply bg-slate-400 text-white;
2024-02-18 16:03:57 +07:00
}
2024-02-18 21:14:41 +07:00
.cm-theme {
@apply h-full;
2024-02-18 16:03:57 +07:00
}