fixing the issue

This commit is contained in:
Ivan Dimitrov 2024-01-03 16:04:34 +02:00
parent abb9531c95
commit bb695df1af

View File

@ -29,10 +29,7 @@ main {
svg {
@apply transition duration-200 ease-in;
}
svg:hover {
@apply text-sky-400;
filter: drop-shadow(0px 0px 20px #38bdf8);
}
svg path:hover {
@apply fill-sky-400;
}