Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-05-17 11:31:22 +02:00
parent daeb41f4ad
commit e07624eb43

View File

@@ -156,7 +156,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> When you're done, recompile with <code>npm run build</code></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> like described <a href="/development.html">here</a></p>
<pre><code>// Primary color
$primary: #34B891;
$primary-invert: findColorInvert($primary);