]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5498 Make all links consistent
authorStas Vilchik <vilchiks@gmail.com>
Fri, 29 Aug 2014 06:52:56 +0000 (12:52 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 29 Aug 2014 06:52:56 +0000 (12:52 +0600)
Remove blue color from headers

server/sonar-web/src/main/less/style.less

index edccb7b69f9939a1377643ca64b1669d7079dbd2..a3d782891e2d952895f55f45d63837d357e3c455 100644 (file)
@@ -1945,14 +1945,14 @@ ul.bullet li {
   margin-top: 16px;
   font-size: 16px;
   line-height: 1.5;
-  color: #2B547D;
+  color: @baseFontColor;
 }
 
 .rule-desc h3 {
   margin-top: 16px;
   font-size: 12px;
   line-height: 1.5;
-  color: #2B547D;
+  color: @baseFontColor;
   font-weight: bold;
 }