mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
f0c3d38ea7
+ use it in /vanilla + /vanilla/mini
35 lines
397 B
CSS
35 lines
397 B
CSS
body,
|
|
input {
|
|
font-family: monospace;
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
input,
|
|
select {
|
|
background-color: black !important;
|
|
}
|
|
|
|
html,
|
|
body,
|
|
#editor,
|
|
.cm-editor,
|
|
.cm-scroller {
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.settings {
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1000;
|
|
display: flex-col;
|
|
padding: 10px;
|
|
}
|
|
|
|
.settings > form > * + * {
|
|
margin-top: 10px;
|
|
}
|