|
|
@@ -115,8 +115,9 @@ code {
|
|
|
background-color: #f8f8f8;
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
-:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) code {
|
|
|
- font-size: 0.9rem;
|
|
|
+
|
|
|
+:is(h1, h2, h3, h4, h5, h6) code {
|
|
|
+ font-size: inherit;
|
|
|
}
|
|
|
|
|
|
pre code {
|
|
|
@@ -428,4 +429,4 @@ h5 .vx-header-anchor{margin-top: -1px;}
|
|
|
.vx-alert .code-toolbar pre[class*="language-"]{
|
|
|
background-color: #f3f3f3 !important;
|
|
|
border: 1px dashed #eee;
|
|
|
-}
|
|
|
+}
|