From 6efb807a885369b9240c7fe0bc0abeb81b5deb05 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 08:06:33 +0000 Subject: Add style for Pygments punctuation class. --- doc/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index ce2213b..120dc24 100644 --- a/doc/style.css +++ b/doc/style.css @@ -570,3 +570,4 @@ h1, h2, h3, h4, h5, h6, th { .vg { color: #19177C } /* Name.Variable.Global */ .vi { color: #19177C } /* Name.Variable.Instance */ .il { color: #666666 } /* Literal.Number.Integer.Long */ +.p { color: #999999 } /* Punctuation */ -- cgit v1.2.1