Skip to content

Commit

Permalink
colour change again
Browse files Browse the repository at this point in the history
  • Loading branch information
gawainhewitt committed Jan 19, 2021
1 parent e994730 commit b2066d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image2 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image4 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image6 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image8 {
Expand Down
8 changes: 4 additions & 4 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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image2 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image4 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image6 {
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(180, 180, 0);
background-color: rgb(200, 200, 0);
}

#image8 {
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(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
var col = ["rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 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(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
var col = ["rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)", "rgb(200, 200, 0)", "rgb(255, 255, 0)"]; //colour of button

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

0 comments on commit b2066d1

Please sign in to comment.