Is your feature request related to a problem? Please describe.
The current glassmorphism theme is great, but the interface could feel a bit more interactive and modern to improve user engagement.
Describe the solution you'd like
I propose a few CSS enhancements to make the app feel more premium:
- Dynamic Gradients: Adding subtle, fixed radial gradients to the background to give it depth.
- Enhanced Glass Cards: Adding a smooth
transform: translateY and glow shadow effect when hovering over interactive cards.
- Float Animations: Adding subtle continuous floating keyframe animations for premium decorative elements.
- Global Footer: A unified site footer containing branding and links.
Additional context
These are purely CSS changes (style.css) that do not interfere with the JavaScript logic but drastically improve the "feel" of the web app. I will open a Pull Request with these styles.
Is your feature request related to a problem? Please describe.
The current glassmorphism theme is great, but the interface could feel a bit more interactive and modern to improve user engagement.
Describe the solution you'd like
I propose a few CSS enhancements to make the app feel more premium:
transform: translateYand glow shadow effect when hovering over interactive cards.Additional context
These are purely CSS changes (
style.css) that do not interfere with the JavaScript logic but drastically improve the "feel" of the web app. I will open a Pull Request with these styles.