From 00f401ba6f7b9dfd26bea28057938b2a39b7f1c0 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Wed, 10 May 2017 22:47:03 +0900 Subject: [PATCH] Update "Customizing your instance" according to a change in Mastodon (#234) This change reflects commit af6a84da147f4230807b37c64bc09760e6ab5055 in mastodon repository. --- Running-Mastodon/Customizing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Running-Mastodon/Customizing.md b/Running-Mastodon/Customizing.md index f8f62b3b..7b58056e 100644 --- a/Running-Mastodon/Customizing.md +++ b/Running-Mastodon/Customizing.md @@ -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