Sha256: 9f9a4e3ca4e96b5ac169dd97cf8a59f7009d16932b3b94766dcabcfc1ae00d67
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 KB
Contents
// This file was generated by html5-rails // https://github.com/sporkd/html5-rails // Upgrade with: $ rails generate html5:install // // These global SCSS(SASS) variables will be // available to all your stylesheets. //---------------------------------------------- // Html5 Boilerplate overrides //---------------------------------------------- $line-height: 1.4; // 1.4 for true normalization $font-color: #222; $font-family: sans-serif; $font-size: 13px; $link-color: #00e; $link-hover-color: #06e; $link-visited-color: #551a8b; $selected-font-color: #fff; $selected-background-color: #0d2177; $invalid-background-color: #f0dddd; $width-container:960px; /* Base Color */ $cm-base:#31a54c; $cl-base:adjust-saturation(adjust-lightness($cm-base, 40), -10); $ch-base:adjust-saturation(adjust-lightness($cm-base, 55), -10); $cd-base:adjust-saturation(adjust-lightness($cm-base, -20), 50); /* Complimentary Color */ $cm-comp:#317ba5; $cl-comp:adjust-saturation(adjust-lightness($cm-comp, 40), -10); $ch-comp:adjust-saturation(adjust-lightness($cm-comp, 55), -10); $cd-comp:adjust-saturation(adjust-lightness($cm-comp, -20), 50); /* Highlight Color */ $cm-high:#a54131; $cl-high:adjust-saturation(adjust-lightness($cm-high, 40), -10); $ch-high:adjust-saturation(adjust-lightness($cm-high, 55), -10); $cd-high:adjust-saturation(adjust-lightness($cm-high, -20), 50);
Version data entries
3 entries across 3 versions & 1 rubygems