monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css
2021-11-16 22:32:27 +01:00

6 lines
86 B
CSS

.myGlyphMarginClass {
background: red;
}
.myContentClass {
background: lightblue;
}