Sha256: b459ca34aa0e708cb0463d2889d0d3311715887f74c65a045d13be3d1bf59967

Contents?: true

Size: 696 Bytes

Versions: 7

Compression:

Stored size: 696 Bytes

Contents

html {
  color: $base-font-color;
  font-family: $base-font-family;
  font-size: 100%;
  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-skip: ink;
  transition: color $base-duration $base-timing;

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

  &:focus {
    outline: $focus-outline;
    outline-offset: $focus-outline-offset;
  }
}

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 & 3 rubygems

Version Path
bitters-1.8.0 core/_typography.scss
betters-0.1.2 core/_typography.scss
betters-0.1.1 core/_typography.scss
betters-0.1.0 core/_typography.scss
dream-theme-0.1.0 _sass/base/_typography.scss
bitters-1.7.0 core/_typography.scss
bitters-1.6.0 core/_typography.scss