Merge pull request #3440 from owenconti/bug/3434-links-in-response-style
Fixes #3434 - Change link style color
This commit is contained in:
@@ -508,6 +508,15 @@ body
|
|||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a
|
||||||
|
{
|
||||||
|
@include text_code(#89bf04);
|
||||||
|
text-decoration: underline;
|
||||||
|
&:hover {
|
||||||
|
color: #81b10c;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user