aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-21 08:06:33 +0000
committerDavid Robillard <d@drobilla.net>2011-11-21 08:06:33 +0000
commit6efb807a885369b9240c7fe0bc0abeb81b5deb05 (patch)
tree1bf2188173a731f9171f83a339c0c4d6ec195935 /doc
parent17006fbd97023822c3dacaaea8148326ad366cad (diff)
downloadlv2-6efb807a885369b9240c7fe0bc0abeb81b5deb05.tar.xz
Add style for Pygments punctuation class.
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css1
1 files changed, 1 insertions, 0 deletions
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 */