feat: Change the default code color

This commit is contained in:
Thibaut Rousseau 2017-05-16 11:53:01 +02:00 committed by GitHub
parent bc05a6e403
commit 67d9cb6564

View file

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