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 5841a83 commit ea33e61Copy full SHA for ea33e61
templates/style.scss
@@ -427,11 +427,17 @@ div.package-page-container {
427
pre {
428
background-color: inherit;
429
padding: 0;
430
-
431
code {
432
- white-space: pre;
+ padding: 0.5em;
433
}
434
+
435
+ code {
436
+ white-space: pre;
437
+ background-color: $color-background-code;
438
+ padding: 0 0.2em;
439
+ border-radius: 2px;
440
+ }
441
442
443
0 commit comments