Merge pull request #89 from BretFisher/add-inline-code-bg

Add inline code background color
This commit is contained in:
Jérôme Petazzoni
2017-09-13 14:26:23 -07:00
committed by GitHub

View File

@@ -34,6 +34,9 @@
.small .remark-code { font-size: 16px; }
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.remark-inline-code {
background-color: #ccc;
}
.red { color: #fa0000; }
.gray { color: #ccc; }
.small { font-size: 70%; }