From d4faaaf3195535ea63ac52d2701cf95dea590d15 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Wed, 16 Jan 2008 13:37:56 -0800 Subject: Template update for new Arch logo Signed-off-by: Thayer Williams --- web/html/css/fonts.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'web/html/css/fonts.css') diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index b33aa84..ce6301a 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -1,7 +1,7 @@ /* Standard Fonts */ span /* Applicable by default in all fonts */ { - color: #666; + color: #555; font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; } span.f1 /* Important */ @@ -101,20 +101,14 @@ padding-right: 8px; } -a:visited { - color: rgb(108,131,176); - text-decoration: none; - font-weight: bold; -} - -a:link { - color: rgb(108,131,176); +a { + color: #0771a6; text-decoration: none; font-weight: bold; } a:hover { - color: #990000; + color: #333; text-decoration: none; font-weight: bold; } -- cgit v1.3.1