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>
|
||||
</header>
|
||||
<main class="main-content">
|
||||
|
||||
nothing yet
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -21,7 +21,6 @@ let randomthemes = [
|
|||
["#DA22FF", "#9733EE"]
|
||||
];
|
||||
|
||||
//grab a random gradient
|
||||
function rand(items) {
|
||||
return items[~~(items.length * Math.random())];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue