Heading Defaults
Initial global defaults for heading elements…
h1, h2, h3, h4, h5, h6
scss
h1,
h2,
h3,
h4,
h5,
h6 {
@include config.font-family('alt');
--link: currentcolor;
margin-bottom: 0;
text-wrap: balance;
}
all headings have bottom-margin removed and heading-links inherit the heading color