From 846ad5a1cb4a356314a1bfb77578a5f85b784e07 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 22 Oct 2012 11:07:07 -0400 Subject: [PATCH] less bolding --- templates/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/site.css b/templates/site.css index bbe6329..1e698f4 100644 --- a/templates/site.css +++ b/templates/site.css @@ -158,8 +158,8 @@ body .gs { font-weight: bold } /* Generic.Strong */ body .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ body .gt { color: #0040D0 } /* Generic.Traceback */ body .kc { color: #954121 } /* Keyword.Constant */ -body .kd { color: #954121; font-weight: bold } /* Keyword.Declaration */ -body .kn { color: #954121; font-weight: bold } /* Keyword.Namespace */ +body .kd { color: #954121 } /* Keyword.Declaration */ +body .kn { color: #954121 } /* Keyword.Namespace */ body .kp { color: #954121 } /* Keyword.Pseudo */ body .kr { color: #954121; font-weight: bold } /* Keyword.Reserved */ body .kt { color: #B00040 } /* Keyword.Type */