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 bc94186 commit abb970cCopy full SHA for abb970c
assets/css/v2/style.css
@@ -1304,6 +1304,15 @@ code {
1304
font-family: 'JetBrainsMono', monospace;
1305
}
1306
1307
+/* Inline Code */
1308
+code:not(pre code) {
1309
+ border: solid 1px #ccc;
1310
+ border-radius: 4px;
1311
+ padding: 0 0.25rem;
1312
+ background-color: #f9f9f9;
1313
+ font-size: 0.875rem;
1314
+}
1315
+
1316
.highlight {
1317
padding: 0 1rem 0 1rem;
1318
position: relative;
0 commit comments