Skip to content

Commit

Permalink
Merge branch 'main' into fix-numbered-list-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug authored Oct 8, 2024
2 parents 4661ea7 + b98aa05 commit c964da4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/markdoc/nodes/Link.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
})();
</script>

<a class="web-link underline {classes}" {href} {title} {target} {rel}><slot /></a>
<a
class="web-link [&_>_.web-inline-code]:hover:!text-primary underline [&_>_.web-inline-code]:underline [&_>_.web-inline-code]:underline-offset-2 [&_>_.web-inline-code]:transition-colors {classes}"
{href}
{title}
{target}
{rel}><slot /></a
>

<style lang="scss">
.in-changelog:last-child {
Expand Down

0 comments on commit c964da4

Please sign in to comment.