Nightly: CHAOS-Button in 'Partymode' umbenannt (Animation beibehalten)
This commit is contained in:
parent
48a45515db
commit
fae25d7578
2 changed files with 2 additions and 2 deletions
|
|
@ -302,7 +302,7 @@ export default function App() {
|
|||
}`}
|
||||
onClick={toggleChaosMode}
|
||||
>
|
||||
CHAOS
|
||||
Partymode
|
||||
</button>
|
||||
<button className="bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300" onClick={async () => { setChaosMode(false); await stopChaosMode(); }}>Panic</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue