Selection styles
Selection pseudo class
::-moz-selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}
::-webkit-selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}
::selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}
::-moz-selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}
::-webkit-selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}
::selection {
color: rgba(0,0,0,.85);
background: #efbe5c;
}