Extend the example to include a transparent color note.

This commit is contained in:
Dmitry Litsman 2023-05-06 10:30:03 +01:00
parent 584584e65b
commit f62e724254

View file

@ -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);
}