16 lines
345 B
CSS
16 lines
345 B
CSS
@import 'tailwindcss';
|
|
@plugin '@tailwindcss/forms';
|
|
|
|
/*@import 'quill/dist/quill.core.css';
|
|
@import 'quill/dist/quill.bubble.css';
|
|
@import 'quill/dist/quill.snow.css';*/
|
|
|
|
html {
|
|
@apply py-3 px-4;
|
|
@apply bg-[#252525] text-white
|
|
}
|
|
|
|
html body {
|
|
@apply font-[AmericanTypewriter];
|
|
/* @apply w-full md:w-[68%] mx-auto h-full; */
|
|
} |