color links
This commit is contained in:
parent
da9d40855c
commit
aae0186184
2 changed files with 8 additions and 2 deletions
|
@ -17,7 +17,9 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ content }}
|
<div class="content">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue