From 6554b2595bc4ea6427d3838f023fd52b238366e2 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Mon, 23 Oct 2017 11:22:08 -0700 Subject: [PATCH] docs: fix poor visibility in syntax highlighting --- docs/css/pygments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/pygments.css b/docs/css/pygments.css index e88257d01c..8eeb48b079 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 */