mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Merge pull request #89 from BretFisher/add-inline-code-bg
Add inline code background color
This commit is contained in:
@@ -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%; }
|
||||
|
||||
Reference in New Issue
Block a user