-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The website should automatically detect the current date and apply a temporary theme during specific holidays to increase engagement.
1. Christmas Mode (❄️)
- Trigger Date: Dec 24th - Dec 26th.
- Effect:
- Full-screen falling snow animation using CSS/JS.
- White snowflakes overlaying the dark glassmorphism background.
2. Halloween Mode (🎃)
- Trigger Date: Oct 25th - Nov 1st.
- Effect:
- Change accent colors (borders/buttons) to Orange.
- Add a pumpkin emoji (🎃) next to the main profile name.
- Adjust background filter to a "spooky" tone.
Implementation Details
- Use
new Date()inscript.jsto checkgetMonth()andgetDate(). - Toggle CSS classes (e.g.,
.halloween-mode) on the<body>tag.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request