Skip to content

Commit

Permalink
adjusted color slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-512 committed Sep 19, 2023
1 parent 2f0221c commit 4f872cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/markdown/A.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
const parsedHref = parser.parseFromString(href, 'text/html').body.innerText;
</script>

<a class="text-gray-300 underline hover:underline-offset-4" {title} href={parsedHref}
<a class="text-gray-400 underline hover:underline-offset-4" {title} href={parsedHref}
>{@html text}</a>

0 comments on commit 4f872cb

Please sign in to comment.