basex-lsp/webapp/static/clients/monaco/style.css
2026-02-22 12:17:47 +00:00

10 lines
120 B
CSS

/* style.css */
body {
background-color: #242424;
}
#editor {
margin: 10vh auto;
width: 720px;
height: 20vh;
}