Просмотр исходного кода

Update notes CSS files (#3457)

* Update notes CSS files

* Update docs/docs/server-administration/customisation.md

Co-authored-by: Alec Rust <me@alecrust.com>

---------

Co-authored-by: Alec Rust <me@alecrust.com>
Jaap Marcus 2 лет назад
Родитель
Сommit
48ccfd95aa
1 измененных файлов с 2 добавлено и 8 удалено
  1. 2 8
      docs/docs/server-administration/customisation.md

+ 2 - 8
docs/docs/server-administration/customisation.md

@@ -20,15 +20,9 @@ Create a new theme in `/usr/local/hestia/web/css/theme/custom/my_theme.css`
 
 ## Customising a default theme
 
-Changes to default themes are always overwritten during updates. However, via the `v-add-sys-theme` command, you can create a new theme.
+Changes to default themes are always overwritten during updates. Custom CSS files can be uploaded to `/usr/local/hestia/web/css/custom` in `.css` or `.min.css` format.
 
-If you want to edit the dark theme,
-
-```bash
-cp $HESTIA/install/deb/themes/dark.css /root/my_dark.css
-```
-
-Apply your changes and follow the instructions above.
+Please note that `default.css` base theme is always loaded. Other default and custom themes override the rules in this file.
 
 ## Customising the _Domain not found_ page