[personal profile] aldro posting in [community profile] style_system
When I select text in my current layout, I can't actually see the selection. The color of the selection is similar to the color of my layout's body. I believe that color is #F6F6F6. I'm not sure what to edit in my CSS to make selected text blue as usual. Can anyone help me? (Assuming my explanation makes sense)

Here's my CSS:

Date: 2013-02-18 01:11 pm (UTC)
From: [personal profile] ex_awakened208
It's the last few things at the very bottom of the code:

::-webkit-selection {
background-color: #F6F6F6;
color: #000;
}

::-moz-selection {
background-color: #F6F6F6;
color: #000;
}

::selection {
background-color: #F6F6F6;
color: #000;
}

Date: 2013-02-18 01:15 pm (UTC)
From: [personal profile] ex_awakened208
You're quite welcome!

Profile

Dreamwidth style system discussion

May 2026

S M T W T F S
     12
345678 9
10111213141516
17181920212223
24252627282930
31      

Style Credit

Expand Cut Tags

No cut tags
Page generated May. 23rd, 2026 11:54 pm
Powered by Dreamwidth Studios