Skip to content

Commit

Permalink
Fixed filter & added to generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMias authored Nov 29, 2024
1 parent 0eafb91 commit 6902ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ a:hover {
}

a:hover img {
filter: invert(48%) sepia(96%) saturate(748%) hue-rotate(2deg) brightness(97%) contrast(101%);
transition: 0.3s ease; /* Smooth transition */
filter: brightness(0) saturate(100%) invert(61%) sepia(82%) saturate(1545%) hue-rotate(0deg) brightness(102%) contrast(111%);
/* USE https://angel-rs.github.io/css-color-filter-generator for a diffrent color */
}

section {
Expand Down

0 comments on commit 6902ae5

Please sign in to comment.