chore: tweak highlight styles

This commit is contained in:
Cory Dransfeldt 2024-01-15 17:54:49 -08:00
parent 479e5f9e70
commit ec5b44184c
No known key found for this signature in database

View file

@ -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);
}