diff --git a/programmieren/spiele/Flappy-Witch/index.html b/programmieren/spiele/Flappy-Witch/index.html index 6ce0124..ad6ea58 100644 --- a/programmieren/spiele/Flappy-Witch/index.html +++ b/programmieren/spiele/Flappy-Witch/index.html @@ -225,7 +225,7 @@ /* Stil für den Button mit eindeutiger Klasse */ .unique-button { transform: scale(4); - background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blauverlauf */ + background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund */ border-radius: 12px; padding: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); @@ -243,7 +243,7 @@ /* Stil für den inneren Button-Text */ .unique-button .button-inner { - background: linear-gradient(to bottom, #606060, #505050); /* Grau Hintergrund für den inneren Bereich */ + background: linear-gradient(to bottom, #0000FF, #0000CD); /* Blau Hintergrund für den inneren Bereich */ border-radius: 8px; padding: 10px 20px; }