Update "Customizing your instance" according to a change in Mastodon (#234)

This change reflects commit af6a84da147f4230807b37c64bc09760e6ab5055 in
mastodon repository.
This commit is contained in:
Akihiko Odaki 2017-05-10 22:47:03 +09:00 committed by wxcafé
parent 124598b206
commit 00f401ba6f
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ Customizing your instance
## Customizing style
If you create `app/assets/stylesheets/custom.scss`, the default css will be replaced by the content in `custom.scss`.
If you create files prefixed with `custom` and suffixed with `.scss`
(e.g. `app/assets/stylesheets/custom.scss`, `app/assets/stylesheets/custom-foo.css`),
the default css will be replaced by their contents.
## Changing colors