I am currently using
::selection {
background: rgba(3, 35, 75, .7);
}
But it only changes color / opacity when I selected text or something like that. When I press CTRL + A, it goes to the default color / opacity in empty places, etc.
How to change this?
Example:
Example image
Please note that the gray selection is blue, it just acts as I laid out.
source
share