Corrected classname for demo.

Discrepancy between example HTML and CSS classnames. I chose the one used in the demo/html.
This commit is contained in:
Jensen Kuras
2018-02-25 08:26:37 -08:00
committed by GitHub
parent bf6b9b1624
commit 647da2b267

View File

@ -11,7 +11,7 @@ Changes the styling of text selection.
#### CSS
```css
.text-selection::selection {
.custom-text-selection::selection {
background: red;
color: white;
}