Commit b5354662 authored by Francois Michonneau's avatar Francois Michonneau
Browse files

fix #8 (font size for code in headings)

parent 50e2d6ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;