Re: Blurry links
Hello,
i would love to have the blur effect for text links only, but it seems like the code is also making my linked images blurry. is their a way to avoid this?
i am using following code i guess i found in the forum as well:
a {
color: #000000;
transition: ease-in-out 0.2s;
}
a:hover {
color: #000000;
-webkit-filter: blur(10px); /* Safari */
filter: blur(20px);
transition: ease-in-out 0.2s;
}
Whoever can tell me will make me very happy :)
Have a great day!
Cheers, Max