Monorepo for Tangled

input.css: highlight targeted headers

helps identify sections in docs when navigating from the TOC.

Signed-off-by: oppiliappan <me@oppi.li>

+9
+9
input.css
··· 175 175 @apply opacity-70; 176 176 } 177 177 178 + .prose h1:target, 179 + .prose h2:target, 180 + .prose h3:target, 181 + .prose h4:target, 182 + .prose h5:target, 183 + .prose h6:target { 184 + @apply bg-yellow-200/30 dark:bg-yellow-600/30; 185 + } 186 + 178 187 .prose a.footnote-backref { 179 188 @apply no-underline; 180 189 }