mirror of
https://github.com/yashgo0018/maci-wrapper.git
synced 2026-01-14 13:57:53 -05:00
33 lines
343 B
CSS
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;
|
|
}
|