From: Cameron Otsuka Date: Thu, 26 Feb 2026 18:41:33 +0000 (-0800) Subject: use the right text color within the highlight X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=58627fd8af12c9c1a1f515daa1416ce61048efe6;p=cotsuka.github.io use the right text color within the highlight --- 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 {