From fae25d757832a80df19544f1c12cb716de57a67a Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 20:01:52 +0200 Subject: [PATCH] Nightly: CHAOS-Button in 'Partymode' umbenannt (Animation beibehalten) --- web/src/App.tsx | 2 +- web/src/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index f871560..eb82a66 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -302,7 +302,7 @@ export default function App() { }`} onClick={toggleChaosMode} > - CHAOS + Partymode diff --git a/web/src/styles.css b/web/src/styles.css index 47434fa..f85685e 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -311,7 +311,7 @@ body { max-width: none; } -/* CHAOS Button Regenbogen-Animation */ +/* Partymode (ehem. CHAOS) Button Regenbogen-Animation */ .chaos-rainbow { background: linear-gradient(45deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080); background-size: 400% 400%;