Skip to content

Commit

Permalink
fix: fix inline code not inheriting the parent font size
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Nov 25, 2020
1 parent 6d13949 commit f5a570f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ code {
border-radius: 3px;
padding: .25rem .5rem;
font-family: var(--code-font-family);
font-size: var(--code-font-size);
font-size: .85em;
color: var(--c-text-light);
background-color: var(--code-inline-bg-color);
}
Expand Down

0 comments on commit f5a570f

Please sign in to comment.