From aae018618478d9fbee50fcb2fd0efd5a10ae68f7 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 28 May 2018 15:27:40 -0500 Subject: [PATCH] color links --- _layouts/post.html | 4 +++- _sass/main.scss | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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,