summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-02 10:21:55 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 11:39:44 +0000
commit80821af8d081222f254191e7a823a62b583019b3 (patch)
tree5dcc708e86b53a5439cd259c8dd3caaaad17e728
parent7a5664c9a8893f3a387dba31e31cb03fbc025184 (diff)
downloadgitlab-ce-preferences-view.tar.gz
Fixed bold heading issuepreferences-view
-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 **/