Couleur de sélection personnalisée CSS
::selection {
color: #000000;
background-color: red;
}
/* for firefox */
::moz-selection {
color: #000000;
background-color: red;
}
Inquisitive Ibis