Skip to content

Commit eff3cfd

Browse files
committed
docs: update CSS for console code block
1 parent 1d7574c commit eff3cfd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

user_guide_src/source/_static/css/citheme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
241241
margin-top: 2rem;
242242
}
243243

244+
.highlight-console .highlight {
245+
background-color: #fffff0;
246+
}
247+
244248
/* Messages ----------------------------------------------------------------- */
245249

246250
.rst-content .success {

user_guide_src/source/_static/css/citheme_dark.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,8 @@
343343
.highlight .ni {
344344
color: #b780b7;
345345
}
346+
347+
.highlight-console .highlight pre {
348+
background: #434343;
349+
}
346350
}

0 commit comments

Comments
 (0)