From ec5b44184ce1cbd17d123e3853f894f3e298e868 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 15 Jan 2024 17:54:49 -0800 Subject: [PATCH] chore: tweak highlight styles --- src/assets/styles/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 49534b2a..049296ea 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -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); }