From 3e1019f29dee69994a16c1890fe8547c1aecc6a8 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 17 Mar 2020 10:24:30 -0400 Subject: [PATCH] Fix text contrast ratio on pinned post links This also darkens the text color of the blog description, to differentiate it from the pinned links. --- less/new-core.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/new-core.less b/less/new-core.less index d618042..87d8158 100644 --- a/less/new-core.less +++ b/less/new-core.less @@ -1,4 +1,4 @@ -@actionNavColor: #999; +@actionNavColor: #767676; body { margin: 0; @@ -58,7 +58,7 @@ header { } p { &.description { - color: #666; + color: #444; font-size: 1.1em; margin-top: 0.5em; line-height: 1.5;