diff --git a/configuration/basic.html b/configuration/basic.html index fcb2de8..5159c3c 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -156,7 +156,7 @@ ], ],

Frontend tweaks

-

To change default color scheme and other options, edit frontend/App.vue When you're done, recompile with npm run build

+

To change default color scheme and other options, edit frontend/App.vue When you're done, recompile with npm run build like described here

// Primary color
 $primary: #34B891;
 $primary-invert: findColorInvert($primary);