Sha256: df382a242bc60be21f2e1a69de1728ed3f2be580514d31f8766324e59b8bb635
Contents?: true
Size: 801 Bytes
Versions: 2
Compression:
Stored size: 801 Bytes
Contents
// Sizing $width: 708px; // Fonts $font-family: 'Whitney A', 'Whitney B', sans-serif; $standard-weight: 400; $bold-weight: 600; $monospace-font-family: 'Menlo', 'Monaco', monospace; $monospace-size: 17px; // Colors $link-color: #0881b3; $highligh-color: #fffeca; $code-background-color: #f8f8ff; $code-border-color: #dedede; $orange-color: #f05b35; $gray-color: #676767; $background-color: #f7f7f7; $text-color: #222; $red-color: #f6291d; // Media Queries $iphone-query: "all and (max-width: 480px)"; // Only width, not device width $small-query: "all and (max-width: 660px)"; $retina-query: "only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5)";
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
soffes-blog-jekyll-0.2.0 | _sass/globals/variables.scss |
soffes-blog-jekyll-0.1.0 | _sass/globals/variables.scss |