Site logo

Archived topic

How to Change Colour

3 replies · Started by Sanu Kumar on September 30, 2020

Viewing posts 1–4 of 4

Hi there,

it requires this CSS:

::selection {
    background: #00f;
}

Could you modify it by adding few lines - selected text should be of white colour

Try:

::selection {
    background: #00f;
    color: #fff;
}
This archived topic is closed to new replies.