fix mentions selection

This commit is contained in:
Henry Jameson 2024-03-04 19:56:06 +02:00
parent 7e01d2083d
commit f7cd801e69

View File

@ -58,7 +58,9 @@
} }
&.-has-selection { &.-has-selection {
color: var(--selectionText); --color: var(--selectionText);
--link: var(--selectionText);
background-color: var(--selectionBackground); background-color: var(--selectionBackground);
} }