diff --git a/_layouts/post.html b/_layouts/post.html index e46d6ad..56e7e64 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -17,7 +17,9 @@

- {{ content }} +
+ {{ content }} +
{% include footer.html %} diff --git a/_sass/main.scss b/_sass/main.scss index ec726ce..73b8b0a 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -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,