mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +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;
|
|
}
|