summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 10:28:17 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 11:41:52 +0000
commit7db585db110b0bbab196dc8b98fa4fe5b1ae3b2a (patch)
treeee4120ae18d23c4f91f7c56d98d543c426189e18
parente05f1ece917c5176f27142d106b623931d1b0c6c (diff)
downloadgitlab-ce-7db585db110b0bbab196dc8b98fa4fe5b1ae3b2a.tar.gz
Fixed heading weight
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 8d8f41287da..48570abff49 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -196,7 +196,7 @@ body {
h1, h2, h3, h4, h5, h6 {
color: $gl-header-color;
- font-weight: 500;
+ font-weight: 600;
}
/** CODE **/