diff --git a/protected/humhub/docs/guide/theme/css.md b/protected/humhub/docs/guide/theme/css.md index 7647a01938..76a7a2878f 100644 --- a/protected/humhub/docs/guide/theme/css.md +++ b/protected/humhub/docs/guide/theme/css.md @@ -24,7 +24,7 @@ If you wish to overwrite default theme variables as text and background colors, If you are using the command line tool [lessc](http://lesscss.org/), you can build your theme as follows: ``` -lessc -x build.less ../css/theme.css +lessc -x themes/Example/less/build.less themes/Example/css/theme.css ``` > Info: For compiling your less file, there are also other alternatives like [WinLess](http://winless.org/) or [SimpLESS](https://wearekiss.com/simpless).