mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 15:26:42 +02:00
Website generation with Couscous
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user