diff --git a/programmieren/spiele/Flappy-Witch/index.html b/programmieren/spiele/Flappy-Witch/index.html
index d6e1401..5a31d37 100644
--- a/programmieren/spiele/Flappy-Witch/index.html
+++ b/programmieren/spiele/Flappy-Witch/index.html
@@ -19,6 +19,11 @@
h2 {
text-align: center;
}
+
+ /* From Uiverse.io by elijahgummer */
+ .toggle-checkbox {
+ display: none;
+ }
.button {
--white: #ffffff;
cursor: pointer;
@@ -34,7 +39,7 @@
display: inline-flex;
align-items: center;
gap: 8px;
- margin-top: 20px; /* Abstand zum oberen Inhalt */
+ margin-top: 20px;
}
.icon path.bm {
stroke-dasharray: 3;
@@ -42,9 +47,6 @@
stroke-width: 1px;
transform: translateX(-23px) translateY(16px) scale(2) rotate(-44deg);
}
- .toggle-checkbox {
- display: none;
- }
.toggle-checkbox:checked + .button .icon path.bm {
animation: bump 1s ease forwards;
}
@@ -245,5 +247,4 @@
Creative Crafter