diff options
-rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 12 |
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 **/ |