Skip to content

Commit

Permalink
Update gradScript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lfeatherby committed Nov 4, 2024
1 parent 45e8fcd commit 2a93bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradient/gradScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function submit() {
l.textContent = cols[j];
l.classList.add('lbl');
l.style.color = getCont(cols[j].slice(1));
console.log(cols[j].slice(1));
var d = document.createElement('div');
d.appendChild(l);
d.classList.add('sq');
Expand Down

0 comments on commit 2a93bd3

Please sign in to comment.