strudel/website/src/repl/Repl.css
Felix Roos 818cd9044b integrate repl into astro website
+ update build and setup tasks + workflow
+ move repl test folder to root
+ move docs and repl to website/src
2022-12-22 17:20:51 +01:00

27 lines
375 B
CSS

@import '@strudel.cycles/react/dist/style.css';
body {
background-color: #222;
}
.darken::before {
content: ' ';
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: block;
background: black;
opacity: 0.5;
}
.cm-gutters {
display: none !important;
}
.cm-content {
padding-top: 12px !important;
padding-left: 8px !important;
}