basex-lsp/webapp/static/codemirror/styles.css
2025-08-02 15:06:08 +01:00

15 lines
228 B
CSS

/* Set editor dimensions */
#editor {
height: 400px;
}
/* Stretch editor to fit inside its containing div */
.cm-editor {
height: 100%;
width: 100%;
}
/* header */
nav {
background-color: burlywood!;
}