diff options
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 |