2022-04-29 20:38:49 +02:00

12 lines
147 B
CSS

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