_sass/layout/_footer.scss in jekyll-sleek-0.1.1 vs _sass/layout/_footer.scss in jekyll-sleek-0.1.2

- old
+ new

@@ -2,12 +2,14 @@ padding: 2.8125rem 0; border-top: 1px solid #f0f0f0; text-align: center; font-size: 0.875rem; color: rgba(33,33,33,0.6); + a { color: rgba(33,33,33,0.6); + &:hover { color: $primary; } } } @@ -23,9 +25,9 @@ .social__link:not(:last-child) { margin-right: 1.125rem; } .social__icon { - fill: currentColor; - height: 1.5rem; - width: 1.5rem; + fill: currentColor; + height: 1.5rem; + width: 1.5rem; }