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