Merge pull request #1 from jensechu/selection
Corrected classname for text selection demo.
This commit is contained in:
@ -11,7 +11,7 @@ Changes the styling of text selection.
|
||||
#### CSS
|
||||
|
||||
```css
|
||||
.text-selection::selection {
|
||||
.custom-text-selection::selection {
|
||||
background: red;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user