Skip to content

Commit

Permalink
Fix link contrast
Browse files Browse the repository at this point in the history
Signed-off-by: Thor Juhasz <thor@juhasz.pro>
  • Loading branch information
thor-juhasz authored Oct 6, 2023
1 parent 26a0ff0 commit afa9299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<div class="flex justify-center items-center gap-4">
<Button class="!text-sm whitespace-nowrap" @click="showHelp()">How to play?</Button>
<a class="text-sky-600 no-underline hover:underline" href="https://github.com/thor-juhasz/3d-tic-tac-toe/issues" target="_blank">Found an issue?</a>
<a class="text-sky-600 dark:test-sky-400 no-underline hover:underline" href="https://github.com/thor-juhasz/3d-tic-tac-toe/issues" target="_blank">Found an issue?</a>
<a class="" href="https://github.com/thor-juhasz/3d-tic-tac-toe" target="_blank">
<GitHub class="transition-colors fill-slate-400 hover:fill-slate-200" />
</a>
Expand Down

0 comments on commit afa9299

Please # to comment.