diff options
author | Konstantin Pechenenko <kpechenenko@yandex.ru> | 2025-02-22 13:54:56 +0700 |
---|---|---|
committer | Konstantin Pechenenko <kpechenenko@yandex.ru> | 2025-02-22 13:54:56 +0700 |
commit | 40e21c307a4edec587742f625918445eb20e4b9b (patch) | |
tree | ae3cfe10dc9fa2765eed3a9434d9233550dc9db0 | |
parent | 4ed992287f8a3e26fd8b198816e89253d97b4cdd (diff) |
update path to custom css file
-rw-r--r-- | wiki/features/custom-css.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/features/custom-css.md b/wiki/features/custom-css.md index 406b124..9417918 100644 --- a/wiki/features/custom-css.md +++ b/wiki/features/custom-css.md @@ -11,7 +11,7 @@ showTags: false hideBackToTop: true --- -The theme supports custom css, you can override anything you want by redefining classes in the `assets/custom.css` file. +The theme supports custom css, you can override anything you want by redefining classes in the `assets/css/custom.css` file. For instance, changing the main width can be done as follows: |