This commit is contained in:
superdimensional 2021-04-16 20:52:07 -04:00
parent 8d5fa54765
commit 762ab8c53b
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<a href="main.html" class="btn">Back</a> <a href="main.html" class="btn">Back</a>
</header> </header>
<main class="main-content"> <main class="main-content">
nothing yet
</main> </main>
</body> </body>

View file

@ -21,7 +21,6 @@ let randomthemes = [
["#DA22FF", "#9733EE"] ["#DA22FF", "#9733EE"]
]; ];
//grab a random gradient
function rand(items) { function rand(items) {
return items[~~(items.length * Math.random())]; return items[~~(items.length * Math.random())];
} }