Sha256: be8ab120d7fd5bcd27e9479f7742278c5ac0341056b29174ddbc3a3bbed30c36
Contents?: true
Size: 996 Bytes
Versions: 2
Compression:
Stored size: 996 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; & + time { color: var(--darkColor); font-size: 15px; } } address { font-style: normal; font-family: var(--secondaryFont); margin-top: 1.5em; font-size: 1.4em; 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
askclass-news-theme-0.6.0 | _sass/_post.scss |
askclass-news-theme-0.5.0 | _sass/_post.scss |