]> source.dussan.org Git - sonarqube.git/commitdiff
improve header styles
authorStas Vilchik <vilchiks@gmail.com>
Tue, 12 Jan 2016 11:02:35 +0000 (12:02 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 12 Jan 2016 11:02:35 +0000 (12:02 +0100)
server/sonar-web/src/main/less/variables.less

index 2edbfb4dff20fd9811c5c21739e115c000acb03e..bf7810b615cac162c509f8aa98bdc053ddc0433e 100644 (file)
 @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;