This commit is contained in:
Jeremy Thomas
2017-09-18 22:54:26 +01:00
parent faa7a8a448
commit eacb9f115a
5 changed files with 14 additions and 21 deletions

View File

@@ -210,21 +210,21 @@ strong {
}
pre {
-webkit-overflow-scrolling: touch;
background-color: whitesmoke;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
}
pre code {
-webkit-overflow-scrolling: touch;
background: none;
color: inherit;
display: block;
background-color: transparent;
color: currentColor;
font-size: 1em;
overflow-x: auto;
padding: 1.25rem 1.5rem;
padding: 0;
}
table td,
@@ -11431,11 +11431,6 @@ html.route-index #carbon {
.highlight pre {
max-height: 320px;
margin-bottom: 0 !important;
padding: 0;
}
.highlight pre code {
padding: 1.25em 1.5em;
}
.highlight-full:not(:last-child),