Seeking assistance on changing the color of selected content. I am currently using this CSS:
::selection {
background: #ffb7b7; /* Safari */
}
::-moz-selection {
background: #ffb7b7; /* Firefox */
}
While it somewhat works, it does not change the color of selected spaces/gaps - they remain the default blue color. Is there a solution for this issue? Feel free to visit my blog and try selecting the spaces/gaps to see the problem firsthand. Waiting eagerly for your help :)