Skip to content

Commit cb86d80

Browse files
committed
Revert "Add background-color to code's in README's"
This reverts commit ea33e61.
1 parent 3e96bc4 commit cb86d80

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

templates/style.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -427,17 +427,11 @@ div.package-page-container {
427427
pre {
428428
background-color: inherit;
429429
padding: 0;
430+
430431
code {
431-
padding: 0.5em;
432+
white-space: pre;
432433
}
433434
}
434-
435-
code {
436-
white-space: pre;
437-
background-color: $color-background-code;
438-
padding: 0 0.2em;
439-
border-radius: 2px;
440-
}
441435
}
442436

443437

0 commit comments

Comments
 (0)