From: Mike Macgirvin Date: Sat, 9 Oct 2010 06:40:18 +0000 (-0700) Subject: couldn't distinguish links from black text, changed them to the header background... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=beb9fe3ff13091ddcad9d2bafa281ade9258b315;p=friendica.git couldn't distinguish links from black text, changed them to the header background colour --- diff --git a/view/theme/default/style.css b/view/theme/default/style.css index b8de478261..af5c69496d 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;