mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 21:56:16 +00:00
social button hover
This commit is contained in:
@@ -37,4 +37,8 @@
|
||||
button:hover {
|
||||
transform: translate(-5%, -5%);
|
||||
}
|
||||
|
||||
button:hover img {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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';
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user