monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css

6 lines
86 B
CSS

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