Sha256: 12392c33fdd3eb7c03643a12034765dcaff15006af88b7d74f8dfb02b09d757c

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 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

3 entries across 3 versions & 1 rubygems

Version Path
exposition-0.0.5.4.pre.alpha app/assets/stylesheets/exposition/_layout.scss
exposition-0.0.5.2.pre.alpha app/assets/stylesheets/exposition/_layout.scss
exposition-0.0.5.1.pre.alpha app/assets/stylesheets/exposition/_layout.scss