Skip to content

Commit 48ccfd9

Browse files
jaapmarcusAlecRust
andauthored
Update notes CSS files (hestiacp#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>
1 parent a97dcb1 commit 48ccfd9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/docs/server-administration/customisation.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ Create a new theme in `/usr/local/hestia/web/css/theme/custom/my_theme.css`
2020

2121
## Customising a default theme
2222

23-
Changes to default themes are always overwritten during updates. However, via the `v-add-sys-theme` command, you can create a new theme.
23+
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.
2424

25-
If you want to edit the dark theme,
26-
27-
```bash
28-
cp $HESTIA/install/deb/themes/dark.css /root/my_dark.css
29-
```
30-
31-
Apply your changes and follow the instructions above.
25+
Please note that `default.css` base theme is always loaded. Other default and custom themes override the rules in this file.
3226

3327
## Customising the _Domain not found_ page
3428

0 commit comments

Comments
 (0)