]> source.dussan.org Git - redmine.git/commitdiff
Lighter blue for links.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 16:07:51 +0000 (16:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 16:07:51 +0000 (16:07 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10096 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 956f66ef39878231ece354347b6a169cc2321826..e7f0c8820805466ab646b40e8c7e9da596254ae6 100644 (file)
@@ -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; }