Make inline code bold

This commit is contained in:
zwbetz 2019-04-02 10:22:53 -05:00
parent 5f6591dd04
commit cc43fcbe7b
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@ pre,
code {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 0.85em;
font-weight: bold;
}
pre code,
.code-annotated code {
font-weight: normal;
}
.cmd {
padding: 0.75rem;