mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
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:
parent
3e1019f29d
commit
f4c106beaf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ body#post article, pre, .hljs {
|
||||||
border-left: 4px solid #ddd;
|
border-left: 4px solid #ddd;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
color: #777;
|
color: #767676;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue