From 648ca816148e3aace52653c30a3b0a427a2e17f0 Mon Sep 17 00:00:00 2001 From: code002lover Date: Thu, 4 Dec 2025 21:34:04 +0100 Subject: [PATCH] feat: Add text shadow to game titles to visually indicate user opinion. --- frontend/src/GameList.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/GameList.tsx b/frontend/src/GameList.tsx index fc89e8a..b7367d1 100644 --- a/frontend/src/GameList.tsx +++ b/frontend/src/GameList.tsx @@ -503,7 +503,17 @@ export function GameList() { : "#191f2e", // no opinion (bg-2) }} > - {game.title} + + {game.title} +