heading link styling

This commit is contained in:
Joel Glovier
2015-07-22 20:15:31 -04:00
parent da950139f9
commit 676c5ce5ff
+14
View File
@@ -138,6 +138,20 @@
line-height: 1; line-height: 1;
} }
.resume-item-title,
.resume-item-details {
a {
color: #333;
text-decoration: none;
border-bottom: 1px solid;
&:hover {
border-bottom: none;
color: #9c9c9c;
}
}
}
.resume-item-copy { .resume-item-copy {
margin: .75rem 0 0; margin: .75rem 0 0;
} }