mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 23:24:30 +02:00
social button hover
This commit is contained in:
parent
e47aba921e
commit
38947d376e
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user