diff options
Diffstat (limited to 'docs/content/doc/advanced/customizing-gitea.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.en-us.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index d097019870..298fea1e36 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -92,7 +92,7 @@ shouldn't be touched without fully understanding these components. Copy [`home.tmpl`](https://github.com/go-gitea/gitea/blob/main/templates/home.tmpl) for your version of Gitea from `templates` to `$GITEA_CUSTOM/templates`. Edit as you wish. -Dont forget to restart your gitea to apply the changes. +Dont forget to restart your Gitea to apply the changes. ### Adding links and tabs @@ -248,7 +248,7 @@ $GITEA_CUSTOM/public `-- three.min.js ``` -Then restart gitea and open a STL file on your gitea instance. +Then restart Gitea and open a STL file on your Gitea instance. ## Customizing Gitea mails @@ -338,7 +338,7 @@ Community themes are listed in [gitea/awesome-gitea#themes](https://gitea.com/gi The `arc-green` theme source can be found [here](https://github.com/go-gitea/gitea/blob/main/web_src/less/themes/theme-arc-green.less). If your custom theme is considered a dark theme, set the global css variable `--is-dark-theme` to `true`. -This allows gitea to adjust the Monaco code editor's theme accordingly. +This allows Gitea to adjust the Monaco code editor's theme accordingly. ## Customizing fonts |