Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35db2d5 commit bf2c2d7Copy full SHA for bf2c2d7
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -235,6 +235,18 @@ div.body pre {
235
border: 1px solid #ac9;
236
}
237
238
+div.body {
239
+ .good pre {
240
+ border-left: 3px solid var(--good-border);
241
+ }
242
+ .bad pre {
243
+ border-left: 3px solid var(--bad-border);
244
245
+ .maybe pre {
246
+ border-left: 3px solid var(--middle-border);
247
248
+}
249
+
250
/* Admonitions */
251
:root {
252
--admonition-background: #eee;
0 commit comments