diff options
| author | Mike McQuaid | 2017-10-26 10:16:20 +0100 | 
|---|---|---|
| committer | GitHub | 2017-10-26 10:16:20 +0100 | 
| commit | 4d02b96c679edaf8e16dcec1a69ef9fceaee9eb8 (patch) | |
| tree | e6e906eb48e2e401bb4e825a425c99285c6e03d0 /docs | |
| parent | feb3e35e3c174f4c53ff04f929429995b72f3bf9 (diff) | |
| parent | 6554b2595bc4ea6427d3838f023fd52b238366e2 (diff) | |
| download | brew-4d02b96c679edaf8e16dcec1a69ef9fceaee9eb8.tar.bz2 | |
Merge pull request #3356 from jonchang/patch-1
docs: fix poor visibility in syntax highlighting
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css/pygments.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/css/pygments.css b/docs/css/pygments.css index e88257d01..8eeb48b07 100644 --- a/docs/css/pygments.css +++ b/docs/css/pygments.css @@ -33,7 +33,7 @@  .ne { color: #990000; font-weight: bold } /* Name.Exception */  .nf { color: #999999; font-weight: bold } /* Name.Function */  .nn { color: #555555 } /* Name.Namespace */ -.nt { color: #000080 } /* Name.Tag */ +.nt { color: #008080 } /* Name.Tag */  .nv { color: #008080 } /* Name.Variable */  .ow { font-weight: bold } /* Operator.Word */  .w { color: #bbbbbb } /* Text.Whitespace */ | 
