Skip to content

Commit 64b4b57

Browse files
author
Bradley
committed
added background animation for hover over blue
1 parent 1f22842 commit 64b4b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/crumple.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
.footer > a:nth-child(odd):hover~.crumple {
354354
background: #6190e8; /* fallback for old browsers */
355355
background: -webkit-linear-gradient(to top, #6190e8, #a7bfe8); /* Chrome 10-25, Safari 5.1-6 */
356-
background: linear-gradient(to top, #6190e8, #a7bfe8);
356+
background: linear-gradient(90deg, #6190e8, #a7bfe8);
357357
background-size: 400% 400%;
358358
}
359359
.footer > a:nth-child(2n):hover~.crumple {

0 commit comments

Comments
 (0)