Sha256: a927850e9e9ee2c18171262cc62e6e1b5457db7bdefef489bb573b162f3f7b5e
Contents?: true
Size: 1002 Bytes
Versions: 11
Compression:
Stored size: 1002 Bytes
Contents
@import url("https://fonts.googleapis.com/css?family=Montserrat|Roboto|Roboto+Mono"); html { font-family: sans-serif; font-size: $base-font-size; color: $primary-text; } strong { color: $primary-text-dark; } small { font-size: 0.8rem; color: $primary-text-light; } h1, h2, h3, h4, h5, h6 { font-family: $heading-font; margin: 0 0 1rem 0; } p, span { font-family: $body-font; } p { margin: 0 0 1rem 0; } pre, code { font-family: $mono-font; } a { color: $primary; text-decoration: none; &:visited { color: $primary; text-decoration: none; } &:hover, :visited:hover { color: $primary-light; } &:active, :visited:active { outline: solid 2px $primary-light; } } ul { margin: 0 0 2rem 0; padding: 0; list-style: none; li { display: block; padding: 0.1rem 0; margin-bottom: 0.1rem; } } .reading-column { max-width: 40rem; } .reading-column-md { max-width: 60rem; } .reading-column-lg { max-width: 80rem; }
Version data entries
11 entries across 11 versions & 1 rubygems