Skip to content

Commit

Permalink
Extend the example to include a transparent color note.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlitsman committed May 6, 2023
1 parent 584584e commit f62e724
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit f62e724

Please sign in to comment.