diff --git a/src/components/ui/markdown/markdown.module.css b/src/components/ui/markdown/markdown.module.css index 2a1ae3f842..880252b051 100644 --- a/src/components/ui/markdown/markdown.module.css +++ b/src/components/ui/markdown/markdown.module.css @@ -113,12 +113,14 @@ --lightness: 0.3; --highlighted: 1; --highlight: oklch(var(--a) / var(--lightness)); - background: transparent; + background: theme(colors.accent); + color: var(--tw-prose-body); } @supports (animation-timeline: view()) { mark { --highlighted: 0; + background: transparent; animation: highlight steps(1) both; animation-timeline: view(); animation-range: entry 100% cover 10%;