diff options
Diffstat (limited to '_static/pygments.css')
| -rw-r--r-- | _static/pygments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_static/pygments.css b/_static/pygments.css index 82b3cb23..3003859f 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -54,7 +54,7 @@ .highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #000000 } /* Name.Variable */ .highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.highlight .w { color: #f8f8f8 } /* Text.Whitespace */ .highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ |