Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMias authored Nov 29, 2024
1 parent da1eb8a commit 1a6a75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ a:hover {
}

/* Ensure it also applies to images inside links */
/* Change the color of SVG images inside links on hover */
a:hover img {
filter: brightness(0.8); /* Example effect */
filter: invert(50%) sepia(90%) saturate(500%) hue-rotate(30deg) brightness(100%) contrast(95%);
transition: 0.3s ease; /* Smooth transition */
}

Expand Down

0 comments on commit 1a6a75f

Please sign in to comment.