From 647da2b2679438387f66a357b2ca3b1071909e85 Mon Sep 17 00:00:00 2001 From: Jensen Kuras Date: Sun, 25 Feb 2018 08:26:37 -0800 Subject: [PATCH] Corrected classname for demo. Discrepancy between example HTML and CSS classnames. I chose the one used in the demo/html. --- snippets/custom-text-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }