Browse Source

Merge pull request #7863 from dalexeev/use-relative-font-size-for-code

Use relative font size for `code` elements
Max Hilbrunner 1 year ago
parent
commit
17b652d181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _static/css/custom.css

+ 1 - 1
_static/css/custom.css

@@ -799,7 +799,7 @@ html.writer-html5 .rst-content .wy-table-responsive > table td > p code.literal
 code,
 .rst-content tt,
 .rst-content code {
-    font-size: 14px;
+    font-size: .875em;
     font-family: var(--monospace-font-family);
     background-color: var(--code-background-color);
     border: none;