OddSite 4.0.0

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;
}

all headings have bottom-margin removed and heading-links inherit the heading color