1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.highlight-pycon .highlight, .highlight-pycon3 .highlight, .highlight-python .highlight {
background: #fcfcce;
}
.highlight-cpp .highlight {
background: #e2ffef;
}
.highlight-cpp .highlight .cl {
color: #486878
}
/* overwrite 12px margin that adds extra spacing before a nested list */
.rst-content .section ul p { margin-bottom: 0; }
/* in sphinx_rtd_theme=1.0 this works, but only in Contents */
.rst-content .section ul li > p { margin-bottom: 0; }
/* roles used in mol.rst */
.orange-fg { color:#d50; }
.blue-bg { background-color:#ace; }
|