Merge pull request #43 from Thiht/patch-1

feat: Change the default code color
This commit is contained in:
Mathieu Cornic 2017-05-17 10:43:48 +02:00 committed by GitHub
commit 9edc2e2fef

View file

@ -558,7 +558,7 @@ pre {
line-height: 1.15;
}
pre code {
color: #237794;
color: whitesmoke;
background: inherit;
white-space: inherit;
border: 0;