We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79090f9 commit 63987b4Copy full SHA for 63987b4
2 files changed
user_guide_src/source/_static/css/citheme.css
@@ -241,6 +241,10 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
241
margin-top: 2rem;
242
}
243
244
+.highlight-console .highlight {
245
+ background-color: #fffff0;
246
+}
247
+
248
/* Messages ----------------------------------------------------------------- */
249
250
.rst-content .success {
user_guide_src/source/_static/css/citheme_dark.css
@@ -343,4 +343,8 @@
343
.highlight .ni {
344
color: #b780b7;
345
346
347
+ .highlight-console .highlight pre {
348
+ background: #434343;
349
+ }
350
0 commit comments