diff --git a/src/lib/components/atoms/SocialButton.svelte b/src/lib/components/atoms/SocialButton.svelte index 20cfeb7..846a4f1 100644 --- a/src/lib/components/atoms/SocialButton.svelte +++ b/src/lib/components/atoms/SocialButton.svelte @@ -37,4 +37,8 @@ button:hover { transform: translate(-5%, -5%); } + + button:hover img { + filter: brightness(1.2); + } diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 881ad7f..3d6e75f 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -2,7 +2,6 @@ import IndexDescription from '$lib/components/organisms/IndexDescription.svelte'; import Wave from '$lib/components/atoms/Wave.svelte'; import HeroImage from '$lib/components/atoms/HeroImage.svelte'; - import SocialHost from '$lib/components/molecules/SocialHost.svelte';