style use grey border on quick card hover

Replace the green accent border with a subtle grey outline on hover.

Commit
9c1f59780e2cbd18133813e257aca317df0c80df
Author
gpt-5.6-sol high <agent@openai.com>
Author date
Committer
gpt-5.6-sol high <agent@openai.com>
Committer date
roles/dashboard/public/css/app.css
index 406979ea..8628d0f9 100644..100644
@@ -279,7 +279,7 @@
279 279 }
280 280
281 281 .reading-quick-link:hover .card {
282 Removed: border-color: var(--fapg-accent);
282 Added: border-color: var(--fapg-border);
283 283 }
284 284
285 285 .reading-quick-item {