colorlink

This commit is contained in:
Michael Zhang 2018-05-28 15:23:18 -05:00
parent eb3f01ef3c
commit da9d40855c
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@ small {
font-weight: 200;
}
.colorlink:not(.nocolorlink) {
@include colored-link(1px, black);
}
h1,
h2,
h3,

View File

@ -7,7 +7,7 @@ layout: default
<tr>
<td>
<h3 style="margin-bottom: 0;">
<a href="{{ post.url }}" style="font-weight: 300;">{{ post.title }}</a>
<a class="colorlink" href="{{ post.url }}" style="font-weight: 300;">{{ post.title }}</a>
</h3>
</td>
<td style="text-align: right;">