diff --git a/_layouts/default.html b/_layouts/default.html index d31a5ed..7f66a1d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -112,6 +112,8 @@ .highlight .vm { color: #19177C } /* Name.Variable.Magic */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ + .highlight .n { color: #000000 } /* Name */ + table { border-collapse: collapse; width: 100%;