diff --git a/src/lib/components/GithubLink.svelte b/src/lib/components/GithubLink.svelte deleted file mode 100644 index c6da7c4..0000000 --- a/src/lib/components/GithubLink.svelte +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/src/lib/components/Modal.svelte b/src/lib/components/Modal.svelte deleted file mode 100644 index ad2fb79..0000000 --- a/src/lib/components/Modal.svelte +++ /dev/null @@ -1,41 +0,0 @@ - - - - - diff --git a/src/lib/components/buttons/Button.svelte b/src/lib/components/buttons/Button.svelte index d07c516..eee3fac 100644 --- a/src/lib/components/buttons/Button.svelte +++ b/src/lib/components/buttons/Button.svelte @@ -25,10 +25,12 @@ @apply rounded-3xl bg-orange-500 p-4; @apply text-xl font-medium text-gray-100; @apply hover:bg-amber-500; + @apply active:bg-amber-400; } .btn-secondary { @apply rounded-3xl bg-neutral-800 p-4; @apply text-xl font-medium text-gray-100; @apply hover:bg-gray-600; + @apply active:bg-gray-700; } diff --git a/src/lib/components/cardGroups/LandingCardGroup.svelte b/src/lib/components/cardGroups/LandingCardGroup.svelte index 1cd9917..a13758f 100644 --- a/src/lib/components/cardGroups/LandingCardGroup.svelte +++ b/src/lib/components/cardGroups/LandingCardGroup.svelte @@ -15,13 +15,11 @@ size={SubtitleSize.SMALL} /> -