// 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 //---------------------------------------------- $font-family: 'Roboto', sans-serif; $background-color: #f2f1e6; $font-color: #222; $link-color: #949591; $link-hover-color: #949591; $white: #fff; $gray: #808285; $light-gray: #dfdfdf; $placeholder: #ddd; $gutter: 15px;