Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-18 16:07:37 +02:00
parent f5e2553396
commit 917863b208
4 changed files with 20 additions and 8 deletions

View File

@@ -114,7 +114,7 @@
],
],</code></pre>
<h2 id="frontend-tweaks">Frontend tweaks</h2>
<p>To change default color scheme and other options, edit <code>/frontend/App.vue</code> and recompile with npm.</p>
<p>To change default color scheme and other options, edit <code>/frontend/App.vue</code>. When you're done, recompile with <code>npm run build</code>.</p>
<pre><code>// Primary color
$primary: #34B891;
$primary-invert: findColorInvert($primary);