summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 15:25:16 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-17 15:25:16 -0600
commit21d1acf7c878697fbb048b5e39e14813ff47c8a6 (patch)
tree39a08e0cd052cc8dc624fccfaab2a69d0c73a3a7
parentbb94c3bf74586b237481ac7b96503e5eac8b488d (diff)
downloadgitlab-ce-font-weights.tar.gz
Reduce header font weights from 600 to 500font-weights
-rw-r--r--app/assets/stylesheets/framework/nav.scss2
-rw-r--r--app/assets/stylesheets/framework/typography.scss12
2 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 674d3bb45aa..b5cbf82d3d0 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -70,7 +70,7 @@
&.active a {
border-bottom: 2px solid $link-underline-blue;
color: $black;
- font-weight: 600;
+ font-weight: 500;
.badge {
color: $black;
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 54958973f15..21c24053cdf 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -46,7 +46,7 @@
h1 {
font-size: 1.75em;
- font-weight: 600;
+ font-weight: 500;
margin: 16px 0 10px;
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;
@@ -55,7 +55,7 @@
h2 {
font-size: 1.5em;
- font-weight: 600;
+ font-weight: 500;
margin: 16px 0 10px;
color: $gl-text-color;
}
@@ -209,7 +209,7 @@ body {
margin-top: $gl-padding;
line-height: 1.3;
font-size: 1.25em;
- font-weight: 600;
+ font-weight: 500;
&:last-child {
margin-bottom: 0;
@@ -220,7 +220,7 @@ body {
margin-top: 0;
line-height: 1.3;
font-size: 1.25em;
- font-weight: 600;
+ font-weight: 500;
margin: 12px 7px;
}
@@ -231,11 +231,11 @@ h4,
h5,
h6 {
color: $gl-text-color;
- font-weight: 600;
+ font-weight: 500;
}
.light-header {
- font-weight: 600;
+ font-weight: 500;
}
/** CODE **/