Sha256: 50ffd84aa608762df906371c1f30032a4445b86bf1b39b54e7a2061a885128df

Contents?: true

Size: 1.73 KB

Versions: 16

Compression:

Stored size: 1.73 KB

Contents

// Typography
//
// Headings, body text, lists, and other misc typographic elements.

h1, h2, h3, h4, h5, h6, .site-title {
  margin-bottom: $heading-spacing;
  font-weight: 600;
  line-height: 1.25;
  color: $heading-color;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  color: #303030;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
}

hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;

  &[title] {
    cursor: help;
    border-bottom: 1px dotted $border-color;
  }
}

blockquote {
  padding: .5rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: .25rem solid $border-color;

  p:last-child {
    margin-bottom: 0;
  }

  @media (min-width: 30em) {
    padding-right: 5rem;
    padding-left: 1.25rem;
  }
}


// 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:"] {
  display: inline-block;
  margin-left: .1rem;
  font-weight: bold;
}

// List of footnotes
.footnotes {
  margin-top: 2rem;
  font-size: 85%;
}

// Custom type
//
// Extend paragraphs with `.lead` for larger introductory text.

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

// SVG Icons
a svg, .icon svg {
  height: 1em;
  width: auto;
}
a svg { fill: $link-color; }
.icon { vertical-align: middle; }

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-hydeout-3.6.0 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.5.3 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.5.2 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.5.1 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.5.0 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.4.3 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.4.2 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.4.1 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.4.0 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.3.1 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.3.0 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.2.0 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.1.3 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.1.2 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.1.1 _sass/hydeout/_type.scss
jekyll-theme-hydeout-3.1.0 _sass/hydeout/_type.scss