Merge pull request #3440 from owenconti/bug/3434-links-in-response-style

Fixes #3434 - Change link style color
This commit is contained in:
Owen Conti
2017-07-21 19:12:56 -06:00
committed by GitHub

View File

@@ -508,6 +508,15 @@ body
{ {
margin: 0; margin: 0;
} }
a
{
@include text_code(#89bf04);
text-decoration: underline;
&:hover {
color: #81b10c;
}
}
} }
} }