Skip to content

Commit 67caffd

Browse files
committed
increase precedence of selector that sets font size of pre tag in admonition block
1 parent 57368eb commit 67caffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
margin-top: 0;
410410
}
411411

412-
.doc .admonitionblock pre {
412+
.doc .admonitionblock td.content pre {
413413
font-size: calc(15 / var(--rem-base) * 1rem);
414414
}
415415

0 commit comments

Comments
 (0)