Skip to content

Commit

Permalink
Merge pull request #19 from carlosjeurissen/main
Browse files Browse the repository at this point in the history
move
  • Loading branch information
elenalape authored Sep 25, 2024
2 parents ba859a9 + c8bca39 commit 5f8c3cd
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
background: darkblue;
}

html.enabled {
code {
color: #fff;
}
.finished code {
color: #fff;
}

#connector {
left: 115px;
}
.enabled #connector {
left: 115px;
}


Expand Down Expand Up @@ -121,6 +119,7 @@
const frequency = frequencyDurationMap[playbackIndex];
if (!frequency) {
oscillator.stop();
document.documentElement.classList.add('finished');
return;
}

Expand Down

0 comments on commit 5f8c3cd

Please sign in to comment.