.changelog {
  max-width: $line-width-max;

  h2 {
    //@include set-colors("theme-secondary");
    //@include set-font(-1, "single", $weight: bold, $transform: "uppercase", $max-width: "default");
    @include set-font($typography-h1-fontsize - 1, "single", $weight: "bold");
    padding-top: spacing(-1);

    border-top: $width-border solid color("border");
  }
}
