Skip to content

Commit

Permalink
Reduce motion
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkimux committed Jan 26, 2024
1 parent 923ed8f commit a67fca3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/jk.css
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ a:focus, a:link:focus, a:visited:focus, a[aria-current=true]:focus {
transform: rotate(180deg);
border-radius: 50%;
}

}

/*! Heading */
Expand Down Expand Up @@ -1257,8 +1258,20 @@ a:focus, a:link:focus, a:visited:focus, a[aria-current=true]:focus {
transform: rotate(0deg) translateX(0px) scale(1);
}

.heading .sun {
.heading:hover .sun {
height: 10px;
}

.heading:hover .sun img {
transform:rotate(0deg);
}

.jnav:hover .divider {
margin: 0rem 1rem;
}

.footer .container:hover {
transition: .1s ease-in;
}

}

0 comments on commit a67fca3

Please sign in to comment.