Skip to content

Commit

Permalink
fix(css): inline code inside list items
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Nov 10, 2018
1 parent e0e7535 commit dd7fca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,19 @@ h4 code,
h5 code,
h6 code,
p code,
li code,
pre code {
/* font-size: inherit; */
background-color: #f8f8f8;
padding: 0.1em 0.375em;
border-radius: 0.25em;
font-family: 'Source Code Pro', monospace;
font-family: monospace;
font-size: 1.2em;
}

pre code {
display: block;
padding: 0.5em;
font-size: 1em;
}

.page-break {
Expand Down

0 comments on commit dd7fca6

Please sign in to comment.