From be9f3cf76b14964c742cd15a1966733651fdeb21 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 12 Jan 2016 12:02:35 +0100 Subject: [PATCH] improve header styles --- server/sonar-web/src/main/less/variables.less | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/sonar-web/src/main/less/variables.less b/server/sonar-web/src/main/less/variables.less index 2edbfb4dff2..bf7810b615c 100644 --- a/server/sonar-web/src/main/less/variables.less +++ b/server/sonar-web/src/main/less/variables.less @@ -110,15 +110,15 @@ @h5-font-size: @baseFontSize; @h6-font-size: @baseFontSize; -@h1-font-color: #000; -@h2-font-color: #000; -@h3-font-color: #000; -@h4-font-color: #000; -@h5-font-color: #000; -@h6-font-color: #000; - -@h1-font-weight: 300; -@h2-font-weight: 300; +@h1-font-color: @baseFontColor; +@h2-font-color: @baseFontColor; +@h3-font-color: @baseFontColor; +@h4-font-color: @baseFontColor; +@h5-font-color: @baseFontColor; +@h6-font-color: @baseFontColor; + +@h1-font-weight: 400; +@h2-font-weight: 400; @h3-font-weight: 500; @h4-font-weight: 500; @h5-font-weight: 500; -- 2.39.5