diff options
Diffstat (limited to 'docs/content/doc/help/faq.en-us.md')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index ae59a9b880..d0c4de61f5 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -192,7 +192,7 @@ To add your own theme, currently the only way is to provide a complete theme (no As an example, let's say our theme is `arc-blue` (this is a real theme, and can be found [in this issue](https://github.com/go-gitea/gitea/issues/6011)) -Name the `.css` file `theme-arc-blue.css` and add it to your custom folder in `custom/public/css` +Name the `.css` file `theme-arc-blue.css` and add it to your custom folder in `custom/public/assets/css` Allow users to use it by adding `arc-blue` to the list of `THEMES` in your `app.ini` |