From da9d40855c81662f026064e3162a9d8e34f3fafe Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 28 May 2018 15:23:18 -0500 Subject: [PATCH] colorlink --- _sass/main.scss | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index cb9ae94..ec726ce 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -22,6 +22,10 @@ small { font-weight: 200; } +.colorlink:not(.nocolorlink) { + @include colored-link(1px, black); +} + h1, h2, h3, diff --git a/index.html b/index.html index aab0fac..5f719f5 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default

- {{ post.title }} + {{ post.title }}