There was an error while loading. Please reload this page.
1 parent 779f8b9 commit e9a4b29Copy full SHA for e9a4b29
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -284,6 +284,13 @@ div.body {
284
}
285
286
div.code-block-caption {
287
+ background-color: #eee;
288
+ border: 1px solid #ac9;
289
+ border-bottom: none;
290
+ border-radius: 3px 3px 0 0;
291
+ padding: 0.3em 0.6em;
292
+ font-size: 90%;
293
+ color: #333;
294
& + div pre {
295
border-top-left-radius: 0 !important;
296
border-top-right-radius: 0 !important;
0 commit comments