diff --git a/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css b/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css index 6aa88f43ad..92c07cbcc3 100644 --- a/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css +++ b/website/src/website/data/playground-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css @@ -2,5 +2,6 @@ background: red; } .myContentClass { - background: lightblue; + /* Make sure to use transparent colors for the selection to work */ + background: rgba(173, 216, 230, 0.5); }