dedicated strudelmirror example

This commit is contained in:
Felix Roos 2023-12-14 10:37:16 +01:00
parent 99194814a9
commit 9474ed7d85
10 changed files with 1449 additions and 11 deletions

View file

@ -0,0 +1,13 @@
:root {
--foreground: white;
}
html,
body,
#code,
.cm-editor,
.cm-scroller {
padding: 0;
margin: 0;
height: 100%;
}