Fix text contrast ratio in blockquote

This darkens the text slightly to get a contrast ratio over 4.5:1.
This commit is contained in:
Matt Baer 2020-03-17 10:31:44 -04:00
parent 3e1019f29d
commit f4c106beaf
1 changed files with 1 additions and 1 deletions

View File

@ -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 {