only change style for links on page

otherwise, the footer links were getting the new styling
This commit is contained in:
Matthew Taylor 2017-07-21 12:06:06 -04:00
parent 34a3b8b49b
commit b8a05d9624

View file

@ -15,10 +15,10 @@
margin-top: .938em;
width: 45%;
}
.inner a {
.gradient1 a {
text-decoration: underline;
}
.inner a:hover {
.gradient1 a:hover {
text-decoration: underline;
color: $ui-light-gray;
}