mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-15 23:58:35 +00:00
14 lines
158 B
CSS
14 lines
158 B
CSS
@import '@strudel.cycles/react/dist/style.css';
|
|
|
|
body {
|
|
background-color: #222;
|
|
}
|
|
|
|
.cm-gutters {
|
|
display: none !important;
|
|
}
|
|
|
|
h1 {
|
|
padding-top: 30px;
|
|
}
|