style: update card hover colors in globals.css and page.tsx for improved UI consistency
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m29s

This commit is contained in:
Julien Froidefond
2026-02-17 15:13:00 +01:00
parent 520a1f4838
commit d50a8a0266
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
/* Cards & Surfaces */
--card: #ffffff;
--card-hover: #f1f5f9;
--card-hover: #e2e8f0;
--card-border: #e2e8f0;
/* Primary - Cyan/Teal */
@@ -76,7 +76,7 @@
/* Cards & Surfaces */
--card: #1e293b;
--card-hover: #283548;
--card-hover: #334155;
--card-border: #2d3d53;
/* Primary - Cyan/Teal (softened) */