Sha256: ee119b04603f171a354d22e5404e6dac993207a1fd047b48b4c98dddab3931af

Contents?: true

Size: 528 Bytes

Versions: 1

Compression:

Stored size: 528 Bytes

Contents

html {
  background: $background-color;
}

body {
  color: $text-color;
  font-family: $sans-serif-font;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: $serif-font;
  font-weight: 300;
  color: $text-bold-color;
}

h2 {
  font-size: modular-scale(2);
}

h3 {
  font-size: modular-scale(1);
}

h4 {
  font-size: modular-scale(0);
}

h5 {
  font-size: modular-scale(-1);
}

h6 {
  font-size: modular-scale(-2);
}

a {
  text-decoration: none;
  color: $header-text-color;

}

aside {
  @include span-columns(4);
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exposition-0.0.5.5.pre.alpha app/assets/stylesheets/exposition/_layout.scss