Skip to content

Commit

Permalink
increase precedence of selector that sets font size of pre tag in adm…
Browse files Browse the repository at this point in the history
…onition block
  • Loading branch information
mojavelinux committed Nov 25, 2023
1 parent 57368eb commit 67caffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
margin-top: 0;
}

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

Expand Down

0 comments on commit 67caffd

Please sign in to comment.