mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 09:37:12 +00:00
change variables.scss to _variables.scss
I was following the setup guide and found this typo.
This commit is contained in:
parent
2f5080891a
commit
b6e6650fa2
1 changed files with 1 additions and 1 deletions
|
@ -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;`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue