Skip to content
Snippets Groups Projects
Commit b0edf35e authored by jsg362's avatar jsg362
Browse files

Change so that other palettes are included in random

parent fb77a30c
Branches main
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@
<virtualDirectoryDefaults allowSubDirConfig="true" />
<site name="CI-ColorWebs" id="1">
<application path="/" applicationPool="CI-ColorWebs AppPool">
<virtualDirectory path="/" physicalPath="C:\Users\aidan\OneDrive\Documents\GitHub\color-website2\CI-ColorWebs" />
<virtualDirectory path="/" physicalPath="C:\Users\Jagroop\Desktop\Ci IDE folder\color-website\CI-ColorWebs" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:23781:localhost" />
......
......@@ -80,7 +80,7 @@ const bre = () => {
dict[74] = "#CACDA5 #99A285 #4E4F3D #636851 #A3A277 #A0B179";
dict[75] = "#B6B9B9 #D0CEC8 #C7C5AF #A4A382 #7B7950 #50523D";
let number = Math.floor(Math.random() * 49) + 1;
let number = Math.floor(Math.random() * 74) + 1;
const phrase = dict[number];
const words = phrase.split(' ');
const leColor = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment