Files
maci-wrapper/packages/nextjs/styles/globals.css
2024-03-22 20:42:31 +05:30

33 lines
343 B
CSS

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
:root,
[data-theme] {
background: oklch(var(--b2));
}
body {
min-height: 100vh;
}
h1,
h2,
h3,
h4 {
margin-bottom: 0.5rem;
line-height: 1;
}
p {
margin: 1rem 0;
}
.btn {
@apply shadow-md;
}
.btn.btn-ghost {
@apply shadow-none;
}