forked from akai/readest
b9a3ee725f
The saved catalog cards used hover:bg-base-200/40. Since base-200 is only ~5% off base-100, applying it at 40% alpha shifted the background by roughly 2%, and with the dialog itself sitting at base-200 the hover collapsed into the dialog color, making the hovered card blend in. Use hover:bg-base-300 (~12% off base-100) so the hover state is clearly separated from both the resting card (base-100) and the dialog (base-200). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>