2015-06-08 02:46:53 +03:00
|
|
|
// Code (inline and block)
|
|
|
|
|
|
|
|
// Inline code within headings retain the heading's background-color
|
|
|
|
h2 code,
|
|
|
|
h3 code,
|
|
|
|
h4 code {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Modify Bootstrap's styles for blocks of code
|
2016-01-31 05:01:12 +03:00
|
|
|
pre.prettyprint {
|
2015-06-08 02:46:53 +03:00
|
|
|
padding: 9px 14px;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
background-color: #f7f7f9;
|
|
|
|
border: 1px solid #e1e1e8;
|
2016-01-31 05:01:12 +03:00
|
|
|
}
|