Sha256: 1485a2f282183de0021015b6733c04e70a7aa1f7075ac8209b5b55c30f461b7e

Contents?: true

Size: 751 Bytes

Versions: 2

Compression:

Stored size: 751 Bytes

Contents

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

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

  @media screen and (max-width: 73.5em) {
    font-weight: normal;
  }
}

sup {
  line-height: 1;

  @media screen and (max-width: 73.5em) {
    vertical-align: baseline;
    font-size: inherit;

    > a::before { content: "["; }
    > a::after  { content: "]"; }
  }
}

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

  > ol {
    color: $gray;
  }

  &::before {
    content: "";
    display: block;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid $border-color;
  }
}
// >>>>> LINK

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.3.0 _sass/pooleparty/_footnotes.pre.scss
jekyll-theme-hydejack-7.2.0 _sass/pooleparty/_footnotes.pre.scss