Sha256: 6ec3383f9782a61ca0131edb044795d11f534f43ffacdeefd37912c027a9727f

Contents?: true

Size: 637 Bytes

Versions: 7

Compression:

Stored size: 637 Bytes

Contents

body {
  color: $base-font-color;
  font-family: $base-font-family;
  font-size: $base-font-size;
  line-height: $base-line-height;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: $heading-font-family;
  font-size: modular-scale(1);
  line-height: $heading-line-height;
  margin: 0 0 $small-spacing;
}

p {
  margin: 0 0 $small-spacing;
}

a {
  color: $action-color;
  text-decoration: none;
  transition: color $base-duration $base-timing;

  &:active,
  &:focus,
  &:hover {
    color: shade($action-color, 25%);
  }
}

hr {
  border-bottom: $base-border;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: $base-spacing 0;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bitters-1.5.0 core/_typography.scss
bitters-1.4.0 core/_typography.scss
bitters-1.3.2 core/_typography.scss
garth-jekyll-theme-0.1.9 _sass/base/_typography.scss
garth-jekyll-theme-0.1.8 _sass/base/_typography.scss
bitters-1.3.1 core/_typography.scss
bitters-1.3.0 core/_typography.scss