Fix text contrast ratio in blockquote

This darkens the text slightly to get a contrast ratio over 4.5:1.
pull/281/head
Matt Baer 5 years ago
parent 3e1019f29d
commit f4c106beaf
  1. 2
      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 {

Loading…
Cancel
Save