Text Highlight Color
Plugin Details
Change the color of the default text highlight when selecting and highlighting text.
Compatibility
Works with Squarespace 7.1
Uses Custom CSS
Add to Custom CSS
// TEXT HIGHLIGHT SELECTION COLOR - GHOSTPLUGINS.COM //
::selection {
background: #F4B5A8;
color: #000;
}
::-moz-selection {
background: #F4B5A8;
color: #000;
}Customizable Options
Highlight Color
Text Color
Notes
No plugin notes
