chore: tweak highlight styles
This commit is contained in:
parent
479e5f9e70
commit
ec5b44184c
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ html {
|
|||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: var(--text-color-inverted);
|
||||
color: var(--text-color);
|
||||
background: var(--selection-color);
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: var(--text-color-inverted);
|
||||
color: var(--text-color);
|
||||
background: var(--selection-color);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue