Skip to content

Commit

Permalink
Corrected classname for demo.
Browse files Browse the repository at this point in the history
Discrepancy between example HTML and CSS classnames. I chose the one used in the demo/html.
  • Loading branch information
jensechu authored Feb 25, 2018
1 parent bf6b9b1 commit 647da2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/custom-text-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Changes the styling of text selection.
#### CSS

```css
.text-selection::selection {
.custom-text-selection::selection {
background: red;
color: white;
}
Expand Down

0 comments on commit 647da2b

Please sign in to comment.