Skip to content

Instantly share code, notes, and snippets.

View mattbrett's full-sized avatar

Matt Brett mattbrett

View GitHub Profile
@mattbrett
mattbrett / animated-bottom-border.scss
Created May 4, 2020 17:57
Animated Bottom Border on Hover for Text Links
.content a {
&:link,
&:visited,
&:active {
position: relative;
color: $grey-dark;
text-decoration: none;
transition: color 0.2s ease-out;
}