Skip to content

Commit

Permalink
fix: footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioFelps committed Dec 27, 2024
1 parent 6893121 commit 6a81001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class="
flex flex-row gap-2
prose-a:leading-none prose-a:p-2 prose-a:rounded-lg prose-a:transition-all prose-a:flex prose-a:gap-1 prose-a:items-center
prose-a:font-medium
prose-a:font-medium prose-a:text-black/80 dark:prose-a:text-white/80
hover:prose-a:text-tangerine-600 dark:hover:prose-a:text-yellow-700 hover:prose-a:bg-gray-200 dark:hover:prose-a:bg-d-gray-200
"
>
Expand Down

0 comments on commit 6a81001

Please sign in to comment.