add link styling

This commit is contained in:
Travis Eden 2018-04-02 12:31:47 -04:00 committed by Sean Yesmunt
parent 85e8c78ee5
commit e788d30f08

View file

@ -360,3 +360,10 @@ p {
padding-right: $spacing-vertical * 2/3;
}
}
a.link {
cursor: pointer;
&:hover {
text-decoration: underline;
}
}