Add custom.scss to README.md

This commit is contained in:
Alex Shpak 2019-04-09 23:01:24 +02:00
parent 31a262451a
commit 4ba6f64d45

View file

@ -167,12 +167,11 @@ There are few empty partials you can override in `layouts/partials/`
| `layouts/partials/docs/inject/menu-after.html` | At the end of `<nav>` menu block | | `layouts/partials/docs/inject/menu-after.html` | At the end of `<nav>` menu block |
### Extra customization ### Extra Customization
#### Favicon | File | Description |
In order to change favicon add `static/favicon.png` file to your website | -- | -- |
| `static/favicon.png` | Override default favicon |
#### Custom css | `assets/custom.scss` | Customize or override scss styles |
You can add your custom CSS styles to `static/styles.css` at your website
## Contributing ## Contributing