Sha256: 5457ad234a7a9233e1dd698192642c2292d5ec494d20aafb253b83e7a7edb501

Contents?: true

Size: 851 Bytes

Versions: 6

Compression:

Stored size: 851 Bytes

Contents

article {
  max-width: var(--contentWidth);
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  word-break: break-word;
  h1, h2, h3, h4 {
    color: var(--themeColor);
  }
  h1 {
    margin-bottom: 0;
    & + small {
      color: var(--darkColor);
    }
  }
  h5, h5 a {
    color: var(--tertiaryColor);
  }
  .text > p:first-child {
    font-size: 25px;
    line-height: 1.3;
  }
  .tags {
    small {
      font-family: var(--secondaryFont);
      color: var(--darkColor);
    }
  }
  .source {
    color: var(--darkColor);
    font-size: 13px;
    & > * {
      margin-left: 10px;
    }
  }
}

blockquote {
  border-left: 5px solid var(--darkColor);
  padding-left: 10px;
  margin: 0 10px 0 20px;
  font-family: var(--specialFont);
  font-size: 19px;
  p {
    margin: 0;
  }
  & + blockquote {
    margin-bottom: 2em;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
askclass-news-theme-0.4.2 _sass/_post.scss
askclass-news-theme-0.4.1 _sass/_post.scss
askclass-news-theme-0.4.0 _sass/_post.scss
askclass-news-theme-0.3.0 _sass/_post.scss
askclass-news-theme-0.2.12 _sass/_post.scss
askclass-news-theme-0.2.11 _sass/_post.scss