Skip to content

Commit dafe870

Browse files
committed
[MSKINS-198] Don't apply font size for <code /> in heading elements
1 parent 85316f6 commit dafe870

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: src/main/resources/css/maven-theme.css

+8
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,11 @@ li.pull-right {
155155
a.dropdown-toggle {
156156
cursor: pointer;
157157
}
158+
159+
h1 > code,
160+
h2 > code,
161+
h3 > code,
162+
h4 > code,
163+
h5 > code {
164+
font-size: unset;
165+
}

0 commit comments

Comments
 (0)