aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-01-12 12:02:35 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-01-12 12:02:35 +0100
commitbe9f3cf76b14964c742cd15a1966733651fdeb21 (patch)
treeeb5a5eaed204d1176fcd7ba7e7ff277849c8a9f2 /server
parenteaf7b87bb681e86ebef1778039de929c211b1f99 (diff)
downloadsonarqube-be9f3cf76b14964c742cd15a1966733651fdeb21.tar.gz
sonarqube-be9f3cf76b14964c742cd15a1966733651fdeb21.zip
improve header styles
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/less/variables.less18
1 files 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;