I put this code in my projects to eliminate the color when something is selected, but sometimes the "white spaces" that remain are colored with colors that should not be avoided or transparent, too?
::selection {
background-color: transparent;
}
::-moz-selection {
background-color: transparent;
}
::-webkit-selection {
background-color: transparent;
}
Example: