From beb9fe3ff13091ddcad9d2bafa281ade9258b315 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 8 Oct 2010 23:40:18 -0700 Subject: [PATCH] couldn't distinguish links from black text, changed them to the header background colour --- view/theme/default/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/view/theme/default/style.css b/view/theme/default/style.css index b8de47826..af5c69496 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -19,7 +19,8 @@ body { margin-left: 10px; } a, a:visited { - color: #343639; +/* color: #34366A; */ + color: #15607B; text-decoration: none; } a:hover { @@ -71,7 +72,7 @@ blockquote:before { } .fakelink, .fakelink:visited { - color: #343639; + color: #15607B; text-decoration: none; cursor: pointer; margin-top: 15px;