learnxinyminutes-site icon indicating copy to clipboard operation
learnxinyminutes-site copied to clipboard

Unreadable text on selection

Open mukeshgurpude opened this issue 3 years ago • 0 comments

image

https://github.com/adambard/learnxinyminutes-site/blob/15d8e77e806513bff680f16749d0d7b02dace359/source/css/dark.css.scss#L1

Solution will be just to add one more rule to change color on selection

html.dark {
    ::selection {
        color: #000;
    }
}

mukeshgurpude avatar Jan 14 '22 06:01 mukeshgurpude