]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
use the right text color within the highlight
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 26 Feb 2026 18:41:33 +0000 (10:41 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 26 Feb 2026 18:41:33 +0000 (10:41 -0800)
src/styles/style.css

index 12290fff7da12951916727f718cd23fa3aaf4790..29b39fbd45bb572ed90723a4c155f691764e2a0d 100644 (file)
@@ -86,7 +86,7 @@ strong {
   font-weight: 600;
 }
 mark {
-  color: var(--color-text);
+  color: var(--color-bg);
   background-color: var(--color-highlight);
 }
 p {