color links

This commit is contained in:
Michael Zhang 2018-05-28 15:27:40 -05:00
parent da9d40855c
commit aae0186184
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 8 additions and 2 deletions

View File

@ -17,7 +17,9 @@
</p>
</div>
{{ content }}
<div class="content">
{{ content }}
</div>
</div>
{% include footer.html %}

View File

@ -22,8 +22,12 @@ small {
font-weight: 200;
}
.content a {
@include colored-link(1px, $brand);
}
.colorlink:not(.nocolorlink) {
@include colored-link(1px, black);
@include colored-link(1px, #000);
}
h1,