2022-05-14 21:28:10 +02:00

12 lines
147 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.cm-editor {
background-color: transparent !important;
}
main {
margin: 0 auto;
}