Sha256: a936f6c699fccbbaf42ba4a664dbabfa30ef40b95c26ce8029ffac4bec586673
Contents?: true
Size: 1006 Bytes
Versions: 3
Compression:
Stored size: 1006 Bytes
Contents
// Typography // -------------------------------------------------- $base-font: Calibri, Arial, sans-serif; $heading-font: $base-font; $caption-font: $base-font; $code-font: monospace; $alt-font: serif; $doc-font-size: 16; $doc-line-height: 26; // set-up the body font-size / line-height body { font-size: 0px + $doc-font-size; } // Colors // -------------------------------------------------- $base-color: rgba(#222, 0.8); $header-color: #000; $header-active: #000; $menu-top: white; $menu-height: 60px; $menu-overflow: #000; $body-color: #e8e8e8; $text-color: rgba(#222, 0.8); $comp-color: complement(#222); $border-color: lighten(#222, 60); $white: #fff; $black: #000; $link-color: rgba(#222, 0.8); $primary: #222; $success: #5cb85c; $warning: #dd8338; $danger: #C64537; $info: #308cbc; // Screen Size // -------------------------------------------------- $small: "only screen and (min-width: 30em)"; $medium: "only screen and (min-width: 48em)"; $large: "only screen and (min-width: 62.5em)";
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
cosy-jekyll-theme-2.0.0 | _sass/_variables.scss |
cosy-1.0.0 | _sass/_variables.scss |
cosy-jekyll-1.0.0 | _sass/_variables.scss |