From 3e1019f29dee69994a16c1890fe8547c1aecc6a8 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 17 Mar 2020 10:24:30 -0400 Subject: [PATCH 1/2] 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; From f4c106beaff5db5ea9f4a4e9b049b8339b09a875 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 17 Mar 2020 10:31:44 -0400 Subject: [PATCH 2/2] Fix text contrast ratio in blockquote This darkens the text slightly to get a contrast ratio over 4.5:1. --- less/post-temp.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/post-temp.less b/less/post-temp.less index 1a05280..7ab5d92 100644 --- a/less/post-temp.less +++ b/less/post-temp.less @@ -49,7 +49,7 @@ body#post article, pre, .hljs { border-left: 4px solid #ddd; padding: 0 1em; margin: 0.5em; - color: #777; + color: #767676; display: inline-block; p {