Merge branch 'master' into bug/3414-validate-params-reworked

This commit is contained in:
shockey
2017-07-21 18:35:02 -07:00
committed by GitHub
4 changed files with 13 additions and 4 deletions

View File

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