Skip to content

Commit 3a412d2

Browse files
committed
Add hover style to GitHub diff backlinks
1 parent 2909ee7 commit 3a412d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/routes/DiffTitle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<span class="iconify size-6 shrink-0 octicon--mark-github-24"></span>
1616
<h1 class="text-base">{details.owner}<span class="mx-1.5 font-light text-em-med">/</span>{details.repo}</h1>
1717
</div>
18-
<h2 class="text-sm text-em-med"><a href={details.backlink} target="_blank">{details.description}</a></h2>
18+
<h2 class="text-sm text-em-med hover:text-primary"><a href={details.backlink} target="_blank">{details.description}</a></h2>
1919
</div>
2020
{/snippet}
2121

0 commit comments

Comments
 (0)