From a5aa3f1e5d539132b344fedc844e38103dbe2a54 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 05 Feb 2026 04:39:27 +0000 Subject: [PATCH] input.css: highlight targeted headers helps identify sections in docs when navigating from the TOC. Signed-off-by: oppiliappan --- input.css | 9 +++++++++ 1 file(s) changed, 9 insertion(s)(+), 0 deletion(s)(-) diff --git a/input.css b/input.css --- a/input.css +++ b/input.css @@ -175,6 +175,15 @@ .prose .heading .anchor:hover { @apply opacity-70; } + .prose h1:target, + .prose h2:target, + .prose h3:target, + .prose h4:target, + .prose h5:target, + .prose h6:target { + @apply bg-yellow-200/30 dark:bg-yellow-600/30; + } + .prose a.footnote-backref { @apply no-underline; } -- tangled.sh