Sha256: 8419da4eeaac6be5aa9ca851100adfc600eb5ce9691286f5acd0411198a04363

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 KB

Contents

.posts, .post {
  @include outer-container;
  margin-top: 1em;
}

section.no-posts {
  @include base-padding;
}

article {
  @include outer-container;
  @include base-padding;
  h2 {
    font-size: modular-scale(2);
    margin: modular-scale(-4) 0;

    a {
      color: $text-bold-color;
      border-bottom: 1px dotted;

      &:hover {
        color: $main-accent-color;
      }

    }
  }

  li {
    a {
      color: $main-accent-color;
      border-bottom: 1px dotted $main-accent-color;
      font-family: $serif-font;
      // font-style: italic;
    }
  }


  p {
    line-height: modular-scale(1);

    a {
      color: $main-accent-color;
      border-bottom: 1px dotted $main-accent-color;
      font-family: $serif-font;
      // font-style: italic;
    }

    em {
      font-family: $serif-font;
      font-style: italic;
    }

    strong {
      font-weight: bold;
    }

  }

  time {
    color: $text-color;
    font-size: modular-scale(-2);
  }


  a.continue-reading {
    display: inline-block;
    padding: modular-scale(-4);
    margin: modular-scale(2) 0;
    border-left: 4px solid $main-accent-color;
    color: $main-accent-color;
    font-size: modular-scale(-1);
    font-family: $serif-font;
  }

  header {
    padding: modular-scale(-1);
  }

  code {
    padding: modular-scale(-5);
    display: inline;
    background-color: #212121;
    color: $text-color;
  }

  pre.highlight {
    background-color: #212121;
    code {
      padding: modular-scale(-1);
      display: block;
      background-color: #212121;
      color: $text-color;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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