From df30976e870458c0419435ab2b1371b45db526e4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 28 Jan 2024 16:13:00 -0800 Subject: [PATCH] chore: highlight color --- 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 55240f6e..4acd7bb6 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -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); }