mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
10 lines
129 B
CSS
10 lines
129 B
CSS
@import '@strudel.cycles/react/dist/style.css';
|
|
|
|
body {
|
|
background-color: #222;
|
|
}
|
|
|
|
.cm-gutters {
|
|
display: none !important;
|
|
}
|