Skip to content

Commit

Permalink
fix bad filter on hidden image
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMcArthur committed Mar 7, 2023
1 parent 7c1d2d7 commit ccec177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body {

.planet.social-link .social-icon,
.planet.social-link:hover .social-icon {
filter: var(--background-color-filter);
opacity: 0;
}

.social-links {
Expand Down Expand Up @@ -89,11 +89,11 @@ body {
filter: var(--main-color-filter--hover);
}

.social-icon {
.social-link:not(.planet) .social-icon {
animation: flyinleft 0.25s var(--flyin-timing);
}

.social-text {
.social-link .social-text {
animation: flyinright 0.25s var(--flyin-timing);
}

Expand Down

0 comments on commit ccec177

Please sign in to comment.