From f4c106beaff5db5ea9f4a4e9b049b8339b09a875 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 17 Mar 2020 10:31:44 -0400 Subject: [PATCH] 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 {