We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2909ee7 commit 3a412d2Copy full SHA for 3a412d2
web/src/routes/DiffTitle.svelte
@@ -15,7 +15,7 @@
15
<span class="iconify size-6 shrink-0 octicon--mark-github-24"></span>
16
<h1 class="text-base">{details.owner}<span class="mx-1.5 font-light text-em-med">/</span>{details.repo}</h1>
17
</div>
18
- <h2 class="text-sm text-em-med"><a href={details.backlink} target="_blank">{details.description}</a></h2>
+ <h2 class="text-sm text-em-med hover:text-primary"><a href={details.backlink} target="_blank">{details.description}</a></h2>
19
20
{/snippet}
21
0 commit comments