Skip to content

Commit

Permalink
update icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Jan 21, 2024
1 parent 4887211 commit 178193c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lib/components/Icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
</script>

<a
class="m-1 inline-block rounded-lg bg-sky-600 text-orange-100 ring-red-600
class="m-1 inline-block rounded-lg
transition-all duration-200
ease-in-out hover:ring-2 dark:bg-yellow-800
dark:text-yellow-100 dark:ring-yellow-400"
ease-in-out hover:ring-2
bg-transparent
text-red-600 ring-red-600
dark:text-yellow-400 dark:ring-yellow-400"
{href}
aria-label={label}
>
Expand Down

0 comments on commit 178193c

Please sign in to comment.