diff options
author | 2022-02-21 12:13:17 +0000 | |
---|---|---|
committer | 2022-02-21 12:13:17 +0000 | |
commit | f81e961084bb65f37384dc5e3c8eced7fdad3319 (patch) | |
tree | 37644df1e62ec2c07097f60bed2d6f8547f21e1b /_static/pygments.css | |
parent | Deploying to docs from @ python-discord/bot-core@29189d599f7de9f87aeba3f565f0... (diff) |
Deploying to docs from @ python-discord/bot-core@72ec57ae3153a274c902493ef6f74d35c27f965b 🚀
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 */ |