Sha256: 442b70adfccd13921c5ee2e3e2977c17a110966131bc7efd4533e168d78ae1f2
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
--- --- @charset "utf-8"; $base-font-family: -apple-system-font, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif; $monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace; $base-font-size: 17px; $nav-font-size: 14px; $base-font-weight: 400; $heavy-font-weight: 500; $small-font-size:$base-font-size * 0.875; $base-line-height: 1.5; $spacing-unit: 30px; // link colours $a-color: #0070c9; $a-hover-opacity: .65; // Random Colours $text-color: #333; $light-text-color: #fff; $background-color: #fff; // Nav & footer colours $dark-background-color: #333; $footer-background-color: #f2f2f2; $brand-color:#2568ba; // Grey colours $grey-color: #828282; $grey-color-light: lighten($grey-color, 40%); $grey-color-dark:darken($grey-color, 25%); // Width of the content area $content-width:980px; $on-palm:692px; $on-laptop:980px; // Use media queries like this: // @include media-query($on-palm) { // .wrapper { // padding-right: $spacing-unit / 2; // padding-left: $spacing-unit / 2; // } // } @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials from the `apple` theme. @import "apple";
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-apple-1.2 | assets/main.scss |
jekyll-apple-1.0.2 | assets/main.scss |
jekyll-apple-1.0.1 | assets/main.scss |