Sha256: 0891f67c7b988d4d87a71093afc2be4fa880e061036dea957d3fbdcbbf3700ee
Contents?: true
Size: 984 Bytes
Versions: 1
Compression:
Stored size: 984 Bytes
Contents
--- --- @charset "utf-8"; // Our variables $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; $base-font-weight: 400; $small-font-size: $base-font-size * 0.875; $base-line-height: 1.5; $spacing-unit: 30px; // Colours $text-color: #111; $light-text-color: #fff; $background-color: #fdfdfd; $dark-background-color: #111; $footer-background-color: #f2f2f2; $brand-color: #2568ba; $a-color: #0070c9; $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; @mixin media-query($device) { @media screen and (max-width: $device) { @content; } } // Import partials from the `apple` theme. @import "apple";
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-apple-1.0.0 | assets/main.scss |