diff --git a/src/css/doc.css b/src/css/doc.css index 492edfe..93b7b47 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -918,6 +918,9 @@ body { .doc .menuseq, .doc .icon i::after { hyphens: none; +} + +.doc code { line-height: inherit; font-weight: inherit; font-size: inherit;