Design Bug in light theme

Background Color and Text-selection-color is same so when we select text for copy or something..

For example in white background white text became invisible..

To fix this problem i change the selection text color to red so when anyone select the text in light theme they see text in red color when they select the text..
This commit is contained in:
Udit Patel 2018-06-15 10:34:43 +05:30 committed by GitHub
parent f9dcee5604
commit 7e48f2e63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,6 @@
:root {}
:root {
/* Text */
--text-selection-color: var(--color-red);
}