From 58627fd8af12c9c1a1f515daa1416ce61048efe6 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Thu, 26 Feb 2026 10:41:33 -0800 Subject: [PATCH] use the right text color within the highlight --- src/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/style.css b/src/styles/style.css index 12290ff..29b39fb 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -86,7 +86,7 @@ strong { font-weight: 600; } mark { - color: var(--color-text); + color: var(--color-bg); background-color: var(--color-highlight); } p { -- 2.53.0