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 3e96bc4 commit cb86d80Copy full SHA for cb86d80
templates/style.scss
@@ -427,17 +427,11 @@ div.package-page-container {
427
pre {
428
background-color: inherit;
429
padding: 0;
430
+
431
code {
- padding: 0.5em;
432
+ white-space: pre;
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