fixed text selection highlighting in light/dark modes

This commit is contained in:
GlitchByte
2021-07-14 09:17:47 -04:00
parent aadba5be59
commit b114d6a769

View File

@@ -67,7 +67,7 @@
--inline-code: var(--faded-blue); --inline-code: var(--faded-blue);
--code-block: var(--faded-red); --code-block: var(--faded-red);
--vim-cursor: var(--neutral-blue); --vim-cursor: var(--neutral-blue);
--text-selection: rgba(168, 153, 132, 0.5); /* light4 */ --text-selection: var(--dark4)
} }
.theme-light .theme-light
@@ -428,7 +428,7 @@ img
.suggestion-item.is-selected .suggestion-item.is-selected
{ {
background-color: var(--background-secondary-alt); background-color: var(--text-selection);
} }
.empty-state-container:hover .empty-state-container:hover