Sha256: c7c4849f6c804557edfd48ede65b979045ca93aec38505d8bff6c74191ec5ccb

Contents?: true

Size: 1001 Bytes

Versions: 4

Compression:

Stored size: 1001 Bytes

Contents

// Needs refactoring
// stylelint-disable selector-max-compound-selectors, selector-max-specificity
// stylelint-disable selector-no-type
.markdown-body {
  // Headings
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: ($margin * 1.5);
    margin-bottom: $margin;
    font-weight: $font-weight-bold;
    line-height: $lh-condensed;

    .octicon-link {
      color: $black;
      vertical-align: middle;
      visibility: hidden;
    }

    &:hover .anchor {
      text-decoration: none;

      .octicon-link {
        visibility: visible;
      }
    }

    tt,
    code {
      font-size: inherit;
    }
  }

  h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid lighten($gray-200, 3%);
  }

  h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid lighten($gray-200, 3%);
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.875em;
  }

  h6 {
    font-size: 0.85em;
    color: $gray-500;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-primer-0.3.1 _sass/primer-markdown/lib/headings.scss
jekyll-theme-primer-0.3.0 _sass/primer-markdown/lib/headings.scss
jekyll-theme-primer-0.2.1 _sass/primer-markdown/lib/headings.scss
jekyll-theme-primer-0.1.8 _sass/primer-markdown/lib/headings.scss