mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 14:18:36 +00:00
12 lines
147 B
CSS
12 lines
147 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.cm-editor {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
main {
|
|
margin: 0 auto;
|
|
}
|