Skip to content

Commit ce4f956

Browse files
committed
Fix scaling issues with code font size
1 parent 310543d commit ce4f956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/css/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
--ifm-h2-font-size: var(--text-2xl);
4242
--ifm-h3-font-size: var(--text-xl);
4343

44-
--ifm-code-font-size: 85%;
44+
--ifm-code-font-size: 100%;
4545
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
4646

4747
--ifm-link-color: var(--color-green-600);
@@ -105,3 +105,4 @@ html[data-theme="dark"] {
105105
.openapi-params__list-item::before {
106106
top: 10px !important;
107107
}
108+

0 commit comments

Comments
 (0)