Refactor eurovision.js and eurovision.css: remove commented code for clarity

This commit is contained in:
CodeDevMLH
2026-02-24 19:19:49 +01:00
parent 066ad6fc84
commit e81ce3cab1
2 changed files with 1 additions and 6 deletions

View File

@@ -13,7 +13,6 @@
.music-note-wrapper {
position: absolute;
left: 0;
/* initial top will be set via JS */
opacity: 0;
animation: move-right linear infinite;
will-change: transform, opacity;