We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c6fc commit 965927eCopy full SHA for 965927e
ui/src/css/doc.css
@@ -145,10 +145,11 @@
145
.doc thead code,
146
.doc .colist > table code {
147
color: var(--code-font-color);
148
- background: var(--code-background);
149
- border-radius: 0.25em;
+ background: #F7F7F7;
+ border-radius: 4px;
150
+ border: 1px solid #D4D4D4;
151
font-size: 0.95em;
- padding: 0.125em 0.25em;
152
+ padding: 0.15em 0.4em;
153
}
154
155
.doc code,
ui/src/css/vars.css
@@ -77,7 +77,7 @@
77
--doc-font-color: #343434;
78
--doc-font-size: 16px;
79
--doc-font-size--desktop: 16px;
80
- --doc-line-height: 1.6;
+ --doc-line-height: 1.7;
81
--doc-margin: 0 auto;
82
--doc-margin--desktop: 0 2rem;
83
--heading-font-color: #161616;
0 commit comments