1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/docs/_sass/_code.scss
Kevin Brown a126b53b4c CSS changes for Rouge highlighting
This adds a new CSS file and adjusts existing highlighting files for the
Rouge syntax highlighting that was enabled.
2016-01-30 21:01:12 -05:00

16 lines
326 B
SCSS

// 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
pre.prettyprint {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}