Skip to content

Commit 450877e

Browse files
committed
Only change code font sizes in section bodies
1 parent e219066 commit 450877e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/docs/www/src/css/typography.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ a:active {
134134
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
135135
}
136136

137-
.readme pre,
138-
.readme code {
137+
.readme > section > pre,
138+
.readme > section > code {
139139
font-size: 14px;
140140
}
141141

@@ -160,4 +160,4 @@ a:active {
160160
font-size: 11px;
161161
line-height: 10px;
162162
vertical-align: middle;
163-
}
163+
}

0 commit comments

Comments
 (0)