Skip to content

Commit

Permalink
Darken light theme GH link
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed May 4, 2024
1 parent 019f40a commit 69ea03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/_Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const path = relative(root, file)
</div>
<a
href={repo}
class="ml-auto flex items-center gap-2.5 text-slate-400 hover:text-slate-500 dark:hover:text-slate-300"
class="ml-auto flex items-center gap-2.5 text-slate-500 hover:text-slate-600 dark:hover:text-slate-300"
aria-label="View on GitHub"
>
<Stargazers client:only="svelte" />
Expand Down

0 comments on commit 69ea03d

Please sign in to comment.