Sha256: 961e578e557af9e39836f6a329ea8816c485ae279053cf1e99790be90718218e

Contents?: true

Size: 496 Bytes

Versions: 7

Compression:

Stored size: 496 Bytes

Contents

// Markdown footnotes
//
// See the example content post for an example.

// Footnote number within body text
a[href^="#fn:"],
// Back to footnote link
a[href^="#fnref:"] {
  margin-left: .1rem;
  font-weight: bold;
}

sup {
  line-height: 1;
}

// List of footnotes
.footnotes {
  margin-top: 3rem;

  > ol {
    color: #7a7a7a;
  }

  &::before {
    content: "";
    display: block;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.6.0 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.5.0 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.4.1 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.4.0 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.3.0 _sass/pooleparty/_footnotes.scss
jekyll-theme-hydejack-6.2.0 _sass/pooleparty/_footnotes.scss