From a4169e2c1f0ef8f5f33b5414dfa8716e4de42de2 Mon Sep 17 00:00:00 2001 From: Parag Date: Mon, 9 Nov 2020 01:44:41 +0100 Subject: [PATCH] Update _base.sass (#255) Setting "a $h-color" was breaking correct color rendering for blog post titles in light theme. It was trying to override the href element color i.e. # dbdbdb with title color # 222222 --- assets/sass/_base.sass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 7e80bd0..940f4c1 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -34,9 +34,7 @@ a color: $primary h1, h2, .title, .subtitle - color: $h-color - & a - color: $h-color + color: $h-color .title font-weight: $title-weight