Skip to content

Commit

Permalink
colour change
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Jan 19, 2021
1 parent 8ecb541 commit e994730
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 38, 255);
background-color: rgb(180, 180, 0);
}

#image2 {
Expand All @@ -69,7 +69,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 255, 42);
background-color: rgb(255, 255, 0);
}

#image3 {
Expand All @@ -79,7 +79,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 204, 255);
background-color: rgb(180, 180, 0);
}

#image4 {
Expand All @@ -89,7 +89,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(183, 0, 255);
background-color: rgb(255, 255, 0);
}

#image5 {
Expand All @@ -99,7 +99,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 136, 0);
background-color: rgb(180, 180, 0);
}

#image6 {
Expand All @@ -109,7 +109,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 35, 35);
background-color: rgb(255, 255, 0);
}

#image7 {
Expand All @@ -119,7 +119,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 217, 0);
background-color: rgb(180, 180, 0);
}

#image8 {
Expand All @@ -129,7 +129,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(119, 0, 255);
background-color: rgb(255, 255, 0);
}

div.img img {
Expand Down
16 changes: 8 additions & 8 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 38, 255);
background-color: rgb(180, 180, 0);
}

#image2 {
Expand All @@ -69,7 +69,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 255, 42);
background-color: rgb(255, 255, 0);
}

#image3 {
Expand All @@ -79,7 +79,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(0, 204, 255);
background-color: rgb(180, 180, 0);
}

#image4 {
Expand All @@ -89,7 +89,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(183, 0, 255);
background-color: rgb(255, 255, 0);
}

#image5 {
Expand All @@ -99,7 +99,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 136, 0);
background-color: rgb(180, 180, 0);
}

#image6 {
Expand All @@ -109,7 +109,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 35, 35);
background-color: rgb(255, 255, 0);
}

#image7 {
Expand All @@ -119,7 +119,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(255, 217, 0);
background-color: rgb(180, 180, 0);
}

#image8 {
Expand All @@ -129,7 +129,7 @@ span.clear { clear: left; display: block; } /* clears the float thus ensuring th
width: 32.6%;
float: left;
text-align: center;
background-color: rgb(119, 0, 255);
background-color: rgb(255, 255, 0);
}

div.img img {
Expand Down
2 changes: 1 addition & 1 deletion dist/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ function playSynth(i) {
document.getElementById(`i${i}`).style.backgroundColor="magenta";
}

var col = ["rgb(255, 255, 0)", "rgb(0, 38, 255)", "rgb(0, 255, 42)", "rgb(0, 204, 255)", "rgb(183, 0, 255)", "rgb(255, 136, 0)", "rgb(255, 35, 35)", "rgb(255, 217, 0)", "rgb(119, 0, 255)"]; //colour of button
var col = ["rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)"]; //colour of button

function stopSynth(i) {
synth.triggerRelease(notes[i], Tone.now());
Expand Down
2 changes: 1 addition & 1 deletion sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ function playSynth(i) {
document.getElementById(`i${i}`).style.backgroundColor="magenta";
}

var col = ["rgb(255, 255, 0)", "rgb(0, 38, 255)", "rgb(0, 255, 42)", "rgb(0, 204, 255)", "rgb(183, 0, 255)", "rgb(255, 136, 0)", "rgb(255, 35, 35)", "rgb(255, 217, 0)", "rgb(119, 0, 255)"]; //colour of button
var col = ["rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)", "rgb(150, 150, 0)", "rgb(255, 255, 0)"]; //colour of button

function stopSynth(i) {
synth.triggerRelease(notes[i], Tone.now());
Expand Down

0 comments on commit e994730

Please sign in to comment.