colorlink
This commit is contained in:
parent
eb3f01ef3c
commit
da9d40855c
2 changed files with 5 additions and 1 deletions
|
@ -22,6 +22,10 @@ small {
|
|||
font-weight: 200;
|
||||
}
|
||||
|
||||
.colorlink:not(.nocolorlink) {
|
||||
@include colored-link(1px, black);
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
|
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue