From 5b0aeeeff19cca87e85e0f232bd729935478ef37 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 22 Oct 2008 20:11:02 +0200 Subject: Remove dimgrey from bodytext, links normal, not bold. --- local.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/local.css b/local.css index 7f02385..2d44f45 100644 --- a/local.css +++ b/local.css @@ -2,13 +2,10 @@ /* Add local styling here, instead of modifying style.css. */ -p { - color: dimgrey; -} - a, a:hover, a:visited { + font-weight: normal; color: green; } -- cgit v1.2.3