Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

customize highlight color website

::-moz-selection { 
background-color: #BA9EB0; 
color: #ffffff;
}
::selection {
background-color: #BA9EB0;
color: #ffffff;
}
Source by www.codeitpretty.com #
 
PREVIOUS NEXT
Tagged: #customize #highlight #color #website
ADD COMMENT
Topic
Name
2+9 =