diff options
author | Thayer Williams <thayerw@gmail.com> | 2008-01-16 22:37:56 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 07:21:20 +0100 |
commit | d4faaaf3195535ea63ac52d2701cf95dea590d15 (patch) | |
tree | 51965a9b6b9dca747ca89fe21d86ead2644e977a /web/html/css/fonts.css | |
parent | 6683f3ceebcb712c6e3ba4a1bf09c85190c4d0f2 (diff) | |
download | aur-d4faaaf3195535ea63ac52d2701cf95dea590d15.tar.gz aur-d4faaaf3195535ea63ac52d2701cf95dea590d15.tar.xz |
Template update for new Arch logo
Signed-off-by: Thayer Williams <thayerw@gmail.com>
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 b33aa841..ce6301a8 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; } |