diff options
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 14 |
1 files changed, 4 insertions, 10 deletions
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; } |