From: Jean-Philippe Lang Date: Sat, 28 Jul 2012 16:07:51 +0000 (+0000) Subject: Lighter blue for links. X-Git-Tag: 2.1.0~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6851b0ca8181ed86a8c07139b7e06678da88c1f0;p=redmine.git Lighter blue for links. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10096 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 956f66ef3..e7f0c8820 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -100,7 +100,7 @@ input#openid_url { background: url(../images/openid-bg.gif) no-repeat; backgroun .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; } /***** Links *****/ -a, a:link, a:visited{ color: #2A5685; text-decoration: none; } +a, a:link, a:visited{ color: #169; text-decoration: none; } a:hover, a:active{ color: #c61a1a; text-decoration: underline;} a img{ border: 0; }