diff --git a/snippets/custom-text-selection.md b/snippets/custom-text-selection.md index e3b4c3687..bfa1edc35 100644 --- a/snippets/custom-text-selection.md +++ b/snippets/custom-text-selection.md @@ -11,7 +11,7 @@ Changes the styling of text selection. #### CSS ```css -.text-selection::selection { +.custom-text-selection::selection { background: red; color: white; }