Skip to content

Commit 17b652d

Browse files
authored
Merge pull request godotengine#7863 from dalexeev/use-relative-font-size-for-code
Use relative font size for `code` elements
2 parents 85be0da + 621e48e commit 17b652d

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
@@ -799,7 +799,7 @@ html.writer-html5 .rst-content .wy-table-responsive > table td > p code.literal
799799
code,
800800
.rst-content tt,
801801
.rst-content code {
802-
font-size: 14px;
802+
font-size: .875em;
803803
font-family: var(--monospace-font-family);
804804
background-color: var(--code-background-color);
805805
border: none;

0 commit comments

Comments
 (0)