strudel/website/src/styles/index.css
2022-12-26 22:16:46 +01:00

13 lines
184 B
CSS

@import '@strudel.cycles/react/dist/style.css';
body {
background-color: #222;
}
.cm-gutters {
display: none !important;
}
.prose > h1:not(:first-child) {
margin-top: 30px;
}