Sha256: afd2f999b28b60fdd95c1049c0baf4cb0b73e6a0962527d54a45081acfb90e4c
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
Contents
// Typography $font-family-main: 'Source Sans Pro', Helvetica, Arial, sans-serif; $font-family-headings: 'Source Sans Pro', Helvetica, Arial, sans-serif; $font-size: 1.25em; // Padding $padding-large: 20%; $padding-small: 5%; $padding-x-small: 3%; // Brand colours $brand-color: #fff; $background-color: #fff; $border-color: rgba(0, 0, 0, 0.1); // rgba recommended if using feature images // Typography colours $text-color: #383838; $link-color: #507492; // #1ABC9C; $selection-color: #D4D4D4; // visible when highlighting text $blockquote-color: #EEF7FA; // $background-color; // Tags color $tags-color: #b0b0b0; //Search color $link-shadow: transparentize($link-color, .6);//rgba(26, 188, 156, 0.6); $text-shadow: #3f3f3f; $search-color: #999; // Header colours $header-link-color: #383838; // Feature image for articles $feature-image-text-color: #fff; $feature-image-size: cover; // options include "cover", "contain", "auto" // Header description box $header-desc-background-color: #507492; $header-desc-text-color: #FFF; // Mobile display $break: 768px; $sm-break: 450px;
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
type-on-strap-0.2.0 | _sass/base/_variables.scss |
jekyll-theme-type-on-strap-1.0.0 | _sass/base/_variables.scss |
type-on-strap-0.1.1 | _sass/base/_variables.scss |