aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;