diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 08:06:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 08:06:33 +0000 |
commit | 6efb807a885369b9240c7fe0bc0abeb81b5deb05 (patch) | |
tree | 1bf2188173a731f9171f83a339c0c4d6ec195935 /doc/style.css | |
parent | 17006fbd97023822c3dacaaea8148326ad366cad (diff) | |
download | lv2-6efb807a885369b9240c7fe0bc0abeb81b5deb05.tar.xz |
Add style for Pygments punctuation class.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 1 |
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 */ |