This commit is contained in:
parent
8d5fa54765
commit
762ab8c53b
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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())];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue