From 44a9355c24ee1284fbfd73f1e81cdb4c0214dd58 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 29 Aug 2014 12:52:56 +0600 Subject: [PATCH] SONAR-5498 Make all links consistent Remove blue color from headers --- server/sonar-web/src/main/less/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less index edccb7b69f9..a3d782891e2 100644 --- a/server/sonar-web/src/main/less/style.less +++ b/server/sonar-web/src/main/less/style.less @@ -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; } -- 2.39.5