From 00886e359dbb1d309525765f0d83006fbd4233b1 Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Tue, 5 Jan 2016 17:49:37 +0800 Subject: [PATCH] --- stylesheets/highlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/highlight.css b/stylesheets/highlight.css index 3143c8e96..8ebd0adfb 100644 --- a/stylesheets/highlight.css +++ b/stylesheets/highlight.css @@ -26,7 +26,7 @@ .highlight .kt { color: #0000FF; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #666666 } /* Literal.Number */ .highlight .s { color: #FF00FF } /* Literal.String */ -.highlight .na { color: #FF0000 } /* Name.Attribute */ +.highlight .na { color: #666666 } /* Name.Attribute */ .highlight .nb { color: #008000 } /* Name.Builtin */ .highlight .nc { color: #000080 } /* Name.Class */ .highlight .no { color: #880000 } /* Name.Constant */