Change color of inline code from red to black.

This makes inline code blocks look nicer.

Fixes #1223.
This commit is contained in:
Katy310 2016-10-09 20:14:20 +05:30 committed by Tim Abbott
parent 0bdc9fef5c
commit 5d0960ae04

View File

@ -1016,7 +1016,7 @@ pre {
code {
padding: 2px 4px;
color: #d14;
color: #000000;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: pre;