Additional text fixes

This commit is contained in:
EricFromCanada
2019-01-15 20:43:19 -05:00
parent ce947ae543
commit 71ba32e131
5 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ To enable a color scheme, set the `color_scheme` parameter in your site's `_conf
#### Example
{: .no_toc }
```yml
```yaml
# Color scheme currently only supports "dark" or nil (default)
color_scheme: "dark"
```
@@ -68,6 +68,6 @@ $link-color: $blue-000;
// ...
```
_Note:_ Editing the variables directly in `_sass/support/variables.scss` is not recommended and can cause other dependancies to fail.
_Note:_ Editing the variables directly in `_sass/support/variables.scss` is not recommended and can cause other dependencies to fail.
---