Skip to content

Commit 1364a1a

Browse files
committed
Add hover transition to match welcome video.
1 parent deb7e65 commit 1364a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydis_site/static/css/home/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ h1 {
5454
box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
5555
margin-top: 1em;
5656
text-align: right;
57+
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
5758
}
5859

5960
#wave-hero-right img:hover {

0 commit comments

Comments
 (0)