From 452513fbe69b151a05595624aad17597316cc5c8 Mon Sep 17 00:00:00 2001 From: Blake Bourque Date: Wed, 24 Feb 2021 13:41:31 -0500 Subject: [PATCH] Disable highlighting of Name.Function --- templates/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/site.css b/templates/site.css index 7e93afb..2e98415 100644 --- a/templates/site.css +++ b/templates/site.css @@ -183,7 +183,7 @@ body .no { color: #880000 } /* Name.Constant */ body .nd { color: #AA22FF } /* Name.Decorator */ body .ni { color: #999999; font-weight: bold } /* Name.Entity */ body .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -body .nf { color: #0000FF } /* Name.Function */ +body .nf { } /* Name.Function */ body .nl { color: #A0A000 } /* Name.Label */ body .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ body .nt { color: #954121; font-weight: bold } /* Name.Tag */