We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310543d commit ce4f956Copy full SHA for ce4f956
site/src/css/styles.css
@@ -41,7 +41,7 @@
41
--ifm-h2-font-size: var(--text-2xl);
42
--ifm-h3-font-size: var(--text-xl);
43
44
- --ifm-code-font-size: 85%;
+ --ifm-code-font-size: 100%;
45
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
46
47
--ifm-link-color: var(--color-green-600);
@@ -105,3 +105,4 @@ html[data-theme="dark"] {
105
.openapi-params__list-item::before {
106
top: 10px !important;
107
}
108
+
0 commit comments