13 lines
184 B
CSS
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;
|
|
}
|