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> </p>
</div> </div>
{{ content }} <div class="content">
{{ content }}
</div>
</div> </div>
{% include footer.html %} {% include footer.html %}

View file

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