420 Theme: Brokkoli-Animation startet ohne Delay (animation-delay überall auf 0s)

This commit is contained in:
vibe-bot 2025-08-09 01:39:28 +02:00
parent d35f359d00
commit 22bbea7f95

View file

@ -111,35 +111,35 @@ body {
[data-theme="420"] .broccoli:nth-child(2) { [data-theme="420"] .broccoli:nth-child(2) {
top: 20%; top: 20%;
right: 15%; right: 15%;
animation-delay: 3s; animation-delay: 0s;
animation-duration: 22s; animation-duration: 22s;
} }
[data-theme="420"] .broccoli:nth-child(3) { [data-theme="420"] .broccoli:nth-child(3) {
bottom: 25%; bottom: 25%;
left: 20%; left: 20%;
animation-delay: 6s; animation-delay: 0s;
animation-duration: 20s; animation-duration: 20s;
} }
[data-theme="420"] .broccoli:nth-child(4) { [data-theme="420"] .broccoli:nth-child(4) {
bottom: 15%; bottom: 15%;
right: 10%; right: 10%;
animation-delay: 9s; animation-delay: 0s;
animation-duration: 25s; animation-duration: 25s;
} }
[data-theme="420"] .broccoli:nth-child(5) { [data-theme="420"] .broccoli:nth-child(5) {
top: 50%; top: 50%;
left: 5%; left: 5%;
animation-delay: 12s; animation-delay: 0s;
animation-duration: 16s; animation-duration: 16s;
} }
[data-theme="420"] .broccoli:nth-child(6) { [data-theme="420"] .broccoli:nth-child(6) {
top: 30%; top: 30%;
right: 5%; right: 5%;
animation-delay: 15s; animation-delay: 0s;
animation-duration: 19s; animation-duration: 19s;
} }