diff options
| author | 2023-08-28 20:55:49 +0000 | |
|---|---|---|
| committer | 2023-08-28 20:55:49 +0000 | |
| commit | 59a405118aad72f3f2b520e687eea0aad5bce344 (patch) | |
| tree | ab93a47e91b824ad043db8473dc6265e57c51655 /_static/pygments.css | |
| parent | Deploying to docs from @ python-discord/bot-core@fc8af5edac4aaacb9862401d7a80... (diff) | |
Deploying to docs from @ python-discord/bot-core@1309de6a1ea513763336fac1f12e1991b2510477 🚀
Diffstat (limited to '_static/pygments.css')
| -rw-r--r-- | _static/pygments.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_static/pygments.css b/_static/pygments.css index f227e5c6..6110e9f1 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -22,6 +22,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: .highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ .highlight .gd { color: #a40000 } /* Generic.Deleted */ .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #ef2929 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ |