420 Theme: Animierte herumfliegende Brokkoli-Emojis hinzugefügt - Bildschirmschoner-Style mit Bounce-Animation
This commit is contained in:
parent
cab74ddf8b
commit
83ac248c60
2 changed files with 103 additions and 1 deletions
|
|
@ -144,7 +144,18 @@ export default function App() {
|
|||
|
||||
return (
|
||||
<ErrorBoundary>
|
||||
<div className="container mx-auto">
|
||||
<div className="container mx-auto" data-theme={theme}>
|
||||
{/* Floating Broccoli for 420 Theme */}
|
||||
{theme === '420' && (
|
||||
<>
|
||||
<div className="broccoli">🥦</div>
|
||||
<div className="broccoli">🥦</div>
|
||||
<div className="broccoli">🥦</div>
|
||||
<div className="broccoli">🥦</div>
|
||||
<div className="broccoli">🥦</div>
|
||||
<div className="broccoli">🥦</div>
|
||||
</>
|
||||
)}
|
||||
<header className="flex items-center justify-between p-6">
|
||||
<div className="flex items-center">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue