chore: highlight color

This commit is contained in:
Cory Dransfeldt 2024-01-28 16:13:00 -08:00
parent b683a6b834
commit df30976e87
No known key found for this signature in database

View file

@ -9,12 +9,12 @@ html {
}
::-moz-selection {
color: var(--text-color);
color: var(--white);
background: var(--selection-color);
}
::selection {
color: var(--text-color);
color: var(--white);
background: var(--selection-color);
}