The "Generate My Projects" submit button currently darkens slightly on hover.
The effect is subtle and does not clearly communicate that the button is
interactive, especially for users with lower vision.
Expected Outcome:
The hover state should include a visible change — for example, a slight
upward movement (transform: translateY(-2px)) and a stronger box shadow.
The change must not break the disabled state (shown during API loading).
Files to look at:
static/style.css — the .btn-submit and .btn-submit:hover rules
The "Generate My Projects" submit button currently darkens slightly on hover.
The effect is subtle and does not clearly communicate that the button is
interactive, especially for users with lower vision.
Expected Outcome:
The hover state should include a visible change — for example, a slight
upward movement (
transform: translateY(-2px)) and a stronger box shadow.The change must not break the disabled state (shown during API loading).
Files to look at:
static/style.css— the.btn-submitand.btn-submit:hoverrules