diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-02-22 10:32:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 10:32:56 +0100 |
commit | aa36128f9b6bf10d969bf27649c1c94eb2a0f854 (patch) | |
tree | ae3cfe10dc9fa2765eed3a9434d9233550dc9db0 | |
parent | 4ed992287f8a3e26fd8b198816e89253d97b4cdd (diff) | |
parent | 40e21c307a4edec587742f625918445eb20e4b9b (diff) |
Merge pull request #88 from kpechenenko/main
-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: |