diff options
| author | 2022-04-02 20:57:41 +0000 | |
|---|---|---|
| committer | 2022-04-02 20:57:41 +0000 | |
| commit | bc97054b9f27985523823e1643b7a0d5febc8ee1 (patch) | |
| tree | 9e3331500d3b404f4a1ec949bb2862289336f282 /_static/pygments.css | |
| parent | Deploying to docs from @ python-discord/bot-core@3732ccccbebf26da1678b24c1446... (diff) | |
Deploying to docs from @ python-discord/bot-core@b31c793634113fc2e6213eb8597cef8423954a88 🚀
Diffstat (limited to '_static/pygments.css')
| -rw-r--r-- | _static/pygments.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_static/pygments.css b/_static/pygments.css index 3003859f..695b3334 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -80,6 +80,7 @@ .highlight .vi { color: #000000 } /* Name.Variable.Instance */ .highlight .vm { color: #000000 } /* Name.Variable.Magic */ .highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ +@media not print { body[data-theme="dark"] .highlight pre { line-height: 125%; } body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } @@ -247,4 +248,5 @@ body:not([data-theme="light"]) .highlight .vg { color: #40ffff } /* Name.Variabl body:not([data-theme="light"]) .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ body:not([data-theme="light"]) .highlight .vm { color: #40ffff } /* Name.Variable.Magic */ body:not([data-theme="light"]) .highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ +} }
\ No newline at end of file |