Sha256: 1b3c84b303011e731103eef44a16653209a668a0cb08030e46003c4133419e9e
Contents?: true
Size: 796 Bytes
Versions: 13
Compression:
Stored size: 796 Bytes
Contents
article { max-width: var(--contentWidth); display: flex; flex-direction: column; 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
13 entries across 13 versions & 1 rubygems