diff options
-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 */ |