Commit 21d1acf7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Reduce header font weights from 600 to 500

parent bb94c3bf
......@@ -70,7 +70,7 @@
&.active a {
border-bottom: 2px solid $link-underline-blue;
color: $black;
font-weight: 600;
font-weight: 500;
.badge {
color: $black;
......
......@@ -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 **/
......
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