Merge pull request #123 from hTrap/patch-1

change variables.scss to _variables.scss
This commit is contained in:
Michael Rose 2015-02-23 10:29:02 -05:00
commit d51c851218

View file

@ -333,7 +333,7 @@ To exclude posts/pages from search results add `search_omit: true` to their YAML
## Further Customization ## Further Customization
Jekyll 2.x added support for Sass files making it much easier to modify a theme's fonts and colors. By editing values found in `_sass/variables.scss` you can fine tune the site's colors and typography. Jekyll 2.x added support for Sass files making it much easier to modify a theme's fonts and colors. By editing values found in `_sass/_variables.scss` you can fine tune the site's colors and typography.
For example if you wanted a red background instead of white you'd change `$body-color: #ebebeb;` to `$body-color: $cc0033;`. For example if you wanted a red background instead of white you'd change `$body-color: #ebebeb;` to `$body-color: $cc0033;`.