bedrocklinux / bedrocklinux-website

This tracks website development for Bedrock Linux
https://bedrocklinux.org
64 stars 18 forks source link

::selection looks strange #40

Closed bobbbay closed 4 years ago

bobbbay commented 4 years ago

This is selection: image

I would recommend having the background change to white and the color change to black on selection, like so:

::selection {
    color: black;
    background-color: rgba(255,255,255,0.99);
}

Tweakable, of course. Cheers!

bobbbay commented 4 years ago

Actually, took this on my own hands now that I know where I can add CSS 😜

paradigm commented 4 years ago

Assuming you're happy with your PR, I think we're good here and I'm closing this. If I misread anything do feel free to re-open it.

bobbbay commented 4 years ago

PR is great, looks good on the website. Closing!