Skip to content

Commit

Permalink
fix #8 (font size for code in headings)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Michonneau committed Feb 13, 2015
1 parent 50e2d6e commit b535466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
}

h2 code, h3 code, h4 code, h5 code, h6 code {
font-size: inherit;
}

/* Objectives, Callout Box and Challenges */
.objectives, .keypoints, .callout, .challenge {
margin: 1em 0;
Expand Down

0 comments on commit b535466

Please sign in to comment.