14 lines
No EOL
171 B
CSS
14 lines
No EOL
171 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui" {
|
|
themes:
|
|
light --default,
|
|
dark --prefersdark;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
overflow: hidden;
|
|
} |