Merge pull request #1 from jensechu/selection

Corrected classname for text selection demo.
This commit is contained in:
atomiks
2018-02-26 08:31:02 +11:00
committed by GitHub

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;
}