Update "Customizing your instance" according to a change in Mastodon (#234)
This change reflects commit af6a84da147f4230807b37c64bc09760e6ab5055 in mastodon repository.
This commit is contained in:
parent
124598b206
commit
00f401ba6f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue