Skip to content

Commit

Permalink
docs/static: Change pygments block prompt color
Browse files Browse the repository at this point in the history
The prompt of a console snippet should be more distinctive for readability purposes.
  • Loading branch information
tdgroot committed Feb 26, 2024
1 parent 27d31c8 commit f8c2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.highlight .gh { color: #ffffff !important; } /* Generic.Heading */
.highlight .gi { color: #589819 !important; } /* Generic.Inserted */
.highlight .go { color: #cccccc !important; } /* Generic.Output */
.highlight .gp { color: #aaaaaa !important; } /* Generic.Prompt */
.highlight .gp { color: #80da10 !important; } /* Generic.Prompt */
.highlight .gs { color: #d0d0d0 !important; } /* Generic.Strong */
.highlight .gu { color: #ffffff !important; } /* Generic.Subheading */
.highlight .gt { color: #d22323 !important; } /* Generic.Traceback */
Expand Down

0 comments on commit f8c2065

Please sign in to comment.