Updated v2 draft

This commit is contained in:
Pedro Reis 2015-10-14 11:25:52 +01:00
parent 2375fe7637
commit 877beb9b4f
16 changed files with 296 additions and 300 deletions

View file

@ -26,10 +26,10 @@ address {
*/
a {
color: $brand-color;
color: $brand-colour;
text-decoration: none;
&:hover {
color: $text-color;
color: $base-colour;
text-decoration: underline;
}
}