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:
parent
f9dcee5604
commit
7e48f2e63f
1 changed files with 6 additions and 1 deletions
|
@ -1 +1,6 @@
|
|||
:root {}
|
||||
:root {
|
||||
|
||||
/* Text */
|
||||
--text-selection-color: var(--color-red);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue