Skip to content

Commit 621e48e

Browse files
committed
Use relative font size for code elements
1 parent 010d41e commit 621e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_static/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ html.writer-html5 .rst-content .wy-table-responsive > table td > p code.literal
798798
code,
799799
.rst-content tt,
800800
.rst-content code {
801-
font-size: 14px;
801+
font-size: .875em;
802802
font-family: var(--monospace-font-family);
803803
background-color: var(--code-background-color);
804804
border: none;

0 commit comments

Comments
 (0)