Commit b8a05d96 authored by Matthew Taylor's avatar Matthew Taylor

only change style for links on page

otherwise, the footer links were getting the new styling
parent 34a3b8b4
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
margin-top: .938em; margin-top: .938em;
width: 45%; width: 45%;
} }
.inner a { .gradient1 a {
text-decoration: underline; text-decoration: underline;
} }
.inner a:hover { .gradient1 a:hover {
text-decoration: underline; text-decoration: underline;
color: $ui-light-gray; color: $ui-light-gray;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment