Commit 8dba3133 authored by Nathan Friend's avatar Nathan Friend

Merge branch 'dpisek-use-right-font-weight-for-hN-classes' into 'master'

Align font-weight of heading-classes with their related elements

See merge request gitlab-org/gitlab!28422
parents f9706f86 588b93a5
......@@ -41,16 +41,6 @@ html [type="button"],
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $gl-text-color;
font-weight: 600;
}
h1,
.h1,
h2,
......
......@@ -567,16 +567,6 @@ body {
font-weight: $gl-font-weight-bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $gl-text-color;
font-weight: $gl-font-weight-bold;
}
.light-header {
font-weight: $gl-font-weight-bold;
}
......
......@@ -35,6 +35,8 @@ $h3-font-size: 14px * 1.75;
$h4-font-size: 14px * 1.5;
$h5-font-size: 14px * 1.25;
$h6-font-size: 14px;
$headings-color: $gl-text-color;
$headings-font-weight: $gl-font-weight-bold;
$spacer: $grid-size;
$spacers: (
0: 0,
......
---
title: Align color and font-weight styles of heading elements and their typography
classes
merge_request: 28422
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment