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 44727f7 commit 93994b5Copy full SHA for 93994b5
pdf.css
@@ -19,7 +19,7 @@ pre code.gi { background-color: #CCFFCC } /* Generic.Inserted */
19
/* Overriding default manni style of #AAAAAA gray for Generic Output with #000000 black, which is better suited to ORM terminal output */
20
pre code.go { color: #000000 } /* Generic.Output */
21
22
-pre code.gp { color: #000099; font-weight: bold } /* Generic.Prompt */
+pre code.gp { color: red; font-weight: bold } /* Generic.Prompt */
23
pre code.gs { font-weight: bold } /* Generic.Strong */
24
pre code.gu { color: #003300; font-weight: bold } /* Generic.Subheading */
25
pre code.gt { color: #99CC66 } /* Generic.Traceback */
0 commit comments